fix field date error in modal, adjust notification spacing, added entity quick switcher

This commit is contained in:
dswbx
2025-02-27 14:07:49 +01:00
parent 3e28124494
commit 3bf3bb32a4
11 changed files with 94 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ export function getSchemaActions({ api, setSchema, reloadSchema }: SchemaActions
autoClose: 3000,
};
if (res.success === true) {
if (res.success) {
console.log("update config", action, module, path, res.body);
if (res.body.success) {
setSchema((prev) => {