mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fix: editor shows saving if the query is duplicated and doesn't go away (#10460)
This commit is contained in:
parent
92d3d7826d
commit
d5ff86c427
1 changed files with 3 additions and 0 deletions
|
|
@ -462,6 +462,9 @@ export const useDataQueriesStore = create(
|
|||
useAppDataStore.getState().actions?.createAppVersionEventHandlers(newEvent);
|
||||
})
|
||||
);
|
||||
})
|
||||
.finally(() => {
|
||||
useAppDataStore.getState().actions.setIsSaving(false);
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue