Front-end error fixing

This commit is contained in:
Julien Nahum
2023-10-08 17:49:33 +01:00
parent 9228f92903
commit 32fd9f84a2
3 changed files with 15 additions and 13 deletions

View File

@@ -131,7 +131,9 @@ export default {
this.isGuest = false
this.loadWorkspaces()
setTimeout(() => {
this.$refs.editor.saveFormCreate()
if (this.$refs.editor) {
this.$refs.editor.saveFormCreate()
}
}, 500)
},
formGenerated(form) {