Last report implemented throughout

This commit is contained in:
2021-09-09 22:36:00 +00:00
parent 3fb25fce47
commit 130a6d5f03
104 changed files with 634 additions and 2169 deletions

View File

@@ -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) {