mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
add: autosave for newly created apps (#5069)
This commit is contained in:
parent
08583bd065
commit
456375c2db
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ class EditorComponent extends React.Component {
|
|||
}
|
||||
|
||||
componentDidMount() {
|
||||
this.autoSave();
|
||||
this.fetchApps(0);
|
||||
this.fetchApp(this.props.match.params.pageHandle);
|
||||
this.fetchOrgEnvironmentVariables();
|
||||
|
|
|
|||
Loading…
Reference in a new issue