mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix field date error in modal, adjust notification spacing, added entity quick switcher
This commit is contained in:
@@ -63,9 +63,10 @@ export function StepEntityFields() {
|
||||
};
|
||||
});
|
||||
|
||||
console.log("valid");
|
||||
nextStep("create")();
|
||||
} else {
|
||||
console.warn("not valid");
|
||||
console.warn("not valid", ref.current?.getErrors());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user