Skip to content

Commit

Permalink
fix: override modal not exiting (langflow-ai#4205)
Browse files Browse the repository at this point in the history
Fixed override modal not exiting
  • Loading branch information
lucaseduoli authored and diogocabral committed Nov 26, 2024
1 parent 453b3bd commit 80241f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ export default function NodeToolbarComponent({
override: true,
});
setSuccessData({ title: "New component successfully saved!" });
setShowOverrideModal(false);
}}
>
<ConfirmationModal.Content>
Expand Down

0 comments on commit 80241f9

Please sign in to comment.