feat: Persist label state after get all labels
This commit is contained in:
@@ -252,6 +252,7 @@ class LabelUtils {
|
||||
}) {
|
||||
final idsToRemove = {
|
||||
...destroyedIds,
|
||||
...created.map((label) => label.id),
|
||||
...updated.map((label) => label.id),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user