mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
on version switch: no updates should be triggeted to server
This commit is contained in:
parent
983417386f
commit
04e40a013e
1 changed files with 1 additions and 2 deletions
|
|
@ -673,10 +673,9 @@ const EditorComponent = (props) => {
|
|||
updateEditorState({
|
||||
isLoading: false,
|
||||
appDefinition: appJson,
|
||||
isUpdatingEditorStateInProcess: false,
|
||||
});
|
||||
|
||||
//! need to handle
|
||||
|
||||
const currentPageEvents = data.events.filter((event) => event.target === 'page' && event.sourceId === homePageId);
|
||||
|
||||
for (const currentEvent of currentPageEvents ?? []) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue