chore: remove logging in EditAuthType

This commit is contained in:
Udhay-Adithya
2025-06-25 22:53:32 +05:30
parent 8d8940d57d
commit a17d6fdd9f
2 changed files with 1 additions and 4 deletions

View File

@@ -430,6 +430,7 @@ class CollectionStateNotifier
: (state?[id]?.copyWith(httpResponseModel: null))?.toJson(),
);
}
await hiveHandler.removeUnused();
ref.read(saveDataStateProvider.notifier).state = false;
ref.read(hasUnsavedChangesProvider.notifier).state = false;