mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 06:10:49 +08:00
fix: override modal not exiting (#4205)
Fixed override modal not exiting
This commit is contained in:
@ -612,6 +612,7 @@ export default function NodeToolbarComponent({
|
||||
override: true,
|
||||
});
|
||||
setSuccessData({ title: "New component successfully saved!" });
|
||||
setShowOverrideModal(false);
|
||||
}}
|
||||
>
|
||||
<ConfirmationModal.Content>
|
||||
|
||||
Reference in New Issue
Block a user