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)) {
|
if (!store.getters['open/forms/getBySlug'](to.params.slug)) {
|
||||||
loadForms()
|
loadForms()
|
||||||
}
|
}
|
||||||
|
store.commit('open/working_form/set', null) // Reset old working form
|
||||||
next()
|
next()
|
||||||
},
|
},
|
||||||
middleware: 'auth',
|
middleware: 'auth',
|
||||||
|
|
Loading…
Reference in New Issue