Fix Bug form editor (#57)
This commit is contained in:
parent
e8aa1d8a63
commit
9d37245f1f
|
@ -39,6 +39,7 @@ export default {
|
|||
if (!store.getters['open/forms/getBySlug'](to.params.slug)) {
|
||||
loadForms()
|
||||
}
|
||||
store.commit('open/working_form/set', null) // Reset old working form
|
||||
next()
|
||||
},
|
||||
middleware: 'auth',
|
||||
|
|
Loading…
Reference in New Issue