mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: fix vault settings not updating on deleting vault
This commit is contained in:
@@ -76,7 +76,9 @@ class Vault {
|
||||
});
|
||||
if (result) {
|
||||
await db.vault.delete(result.deleteAllLockedNotes);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
static unlockVault() {
|
||||
|
||||
Reference in New Issue
Block a user