cleanup footer on login page
This commit is contained in:
@@ -65,7 +65,7 @@ export default new Vuex.Store({
|
||||
state.locale.timeZoneOverride = "America/New_York";
|
||||
state.locale.currencyName = "USD";
|
||||
state.locale.hour12 = true;
|
||||
state.globalSettings={};
|
||||
state.globalSettings = {};
|
||||
},
|
||||
addNavItem(state, data) {
|
||||
state.navItems.push(data);
|
||||
|
||||
Reference in New Issue
Block a user