Fix Bug form editor (#57)

This commit is contained in:
Chirag
2023-01-04 18:19:10 +05:30
committed by GitHub
parent e8aa1d8a63
commit 9d37245f1f

View File

@@ -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',