This commit is contained in:
@@ -86,7 +86,7 @@ export default new Vuex.Store({
|
||||
addNavItem(state, data) {
|
||||
state.navItems.push(data);
|
||||
},
|
||||
addTranslationText(state, data) {
|
||||
setTranslationText(state, data) {
|
||||
state.translationText[data.key] = data.value;
|
||||
},
|
||||
setFormCustomTemplateItem(state, data) {
|
||||
|
||||
Reference in New Issue
Block a user