diff --git a/frontend/src/Editor/EditorFunc.jsx b/frontend/src/Editor/EditorFunc.jsx index 14a3c00905..8ca20fdca3 100644 --- a/frontend/src/Editor/EditorFunc.jsx +++ b/frontend/src/Editor/EditorFunc.jsx @@ -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 ?? []) {