fix: override modal not exiting (#4205)
Fixed override modal not exiting
This commit is contained in:
parent
44f390e987
commit
fdaaf19ba1
1 changed files with 1 additions and 0 deletions
|
|
@ -612,6 +612,7 @@ export default function NodeToolbarComponent({
|
|||
override: true,
|
||||
});
|
||||
setSuccessData({ title: "New component successfully saved!" });
|
||||
setShowOverrideModal(false);
|
||||
}}
|
||||
>
|
||||
<ConfirmationModal.Content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue