mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
feat: set is editor ready in viewer
This commit is contained in:
parent
54b8303bb8
commit
6500825c95
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ class ViewerComponent extends React.Component {
|
|||
|
||||
computeComponentState(components).then(async () => {
|
||||
this.setState({ initialComputationOfStateDone: true, defaultComponentStateComputed: true });
|
||||
useCurrentStateStore.getState().actions.setEditorReady(true);
|
||||
this.runQueries(dataQueries);
|
||||
|
||||
const currentPageEvents = this.state.events.filter(
|
||||
|
|
|
|||
Loading…
Reference in a new issue