Lib: Remove manual data invalidation in favor of pocketbase subscriptions
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 31s

This commit is contained in:
2025-02-17 23:51:12 +01:00
parent 98b11f7b9b
commit c74b31907f
7 changed files with 0 additions and 20 deletions

View File

@ -227,8 +227,6 @@
});
drawerStore.close();
}
invalidate("data:users");
} catch (error) {
toastStore.trigger(get_error_toast("" + error));
}