Last report implemented throughout
This commit is contained in:
@@ -13,7 +13,7 @@ if (window.location.search) {
|
||||
var searchParams = new URLSearchParams(window.location.search);
|
||||
if (searchParams.has("reset")) {
|
||||
localStorage.removeItem("AyaNova");
|
||||
console.log("RESET LOCAL SETTINGS");
|
||||
console.log("LOCAL SETTINGS RESET");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -185,7 +185,6 @@ export default new Vuex.Store({
|
||||
state.formSettings = {};
|
||||
},
|
||||
setFormSettings(state, data) {
|
||||
console.log("Store::setformsettings", data);
|
||||
state.formSettings[data.formKey] = data.formSettings;
|
||||
},
|
||||
clearFormSettings(state, formKey) {
|
||||
|
||||
Reference in New Issue
Block a user