1
0

Merge branch 'fix/app-ready' into feature/vue3-modals-with-router-4

This commit is contained in:
Dominik Pschenitschni
2022-02-05 17:38:28 +01:00
3 changed files with 5 additions and 9 deletions

View File

@ -48,7 +48,6 @@ export const store = createStore({
menuActive: true,
keyboardShortcutsActive: false,
quickActionsActive: false,
vikunjaReady: false,
},
mutations: {
[LOADING](state, loading) {
@ -84,9 +83,6 @@ export const store = createStore({
[BACKGROUND](state, background) {
state.background = background
},
vikunjaReady(state, ready) {
state.vikunjaReady = ready
},
},
actions: {
async [CURRENT_LIST]({state, commit}, currentList) {