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

@@ -225,6 +225,9 @@ const Fields = ({
<Button size="small" onClick={() => setRes(ref.current?.getData())}>
data
</Button>
<Button size="small" onClick={() => setRes(ref.current?.getErrors())}>
errors
</Button>
<Button size="small" onClick={handleUpdate}>
update
</Button>