mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix: update appdefinition to editorstore in viewert (#9297)
This commit is contained in:
parent
061636d025
commit
f3cb2a04b5
1 changed files with 4 additions and 0 deletions
|
|
@ -96,6 +96,10 @@ class ViewerComponent extends React.Component {
|
|||
appDefinition: { ...appDefData },
|
||||
pages: appDefData.pages,
|
||||
});
|
||||
|
||||
useEditorStore.getState().actions.updateEditorState({
|
||||
appDefinition: { ...appDefData },
|
||||
});
|
||||
};
|
||||
|
||||
setStateForContainer = async (data, appVersionId) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue