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

@@ -63,9 +63,10 @@ export function StepEntityFields() {
};
});
console.log("valid");
nextStep("create")();
} else {
console.warn("not valid");
console.warn("not valid", ref.current?.getErrors());
}
}