mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): resolve add new flow error
This commit is contained in:
parent
94bbc4ad20
commit
fa17ca33b3
@ -678,7 +678,7 @@ const Diagrams = () => {
|
||||
minWidth: "42px",
|
||||
}}
|
||||
onClick={(e) => {
|
||||
dialogs.open(CategoryFormDialog, null);
|
||||
dialogs.open(CategoryFormDialog, { defaultValues: null });
|
||||
e.preventDefault();
|
||||
}}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user