add: autosave for newly created apps (#5069)

This commit is contained in:
vjaris42 2023-01-02 16:49:21 +05:30 committed by GitHub
parent 08583bd065
commit 456375c2db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,6 +175,7 @@ class EditorComponent extends React.Component {
}
componentDidMount() {
this.autoSave();
this.fetchApps(0);
this.fetchApp(this.props.match.params.pageHandle);
this.fetchOrgEnvironmentVariables();