🔥 Removes previous widget data structure
This commit is contained in:
@@ -54,9 +54,6 @@ const store = new Vuex.Store({
|
||||
sections(state) {
|
||||
return filterUserSections(state.config.sections || []);
|
||||
},
|
||||
widgets(state) {
|
||||
return state.config.widgets || [];
|
||||
},
|
||||
theme(state) {
|
||||
return state.config.appConfig.theme;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user