feat: defer everything until the api config is loaded #926

Merged
konrad merged 27 commits from feature/ready-state into main 2021-11-13 19:49:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8edae1114f - Show all commits

View File

@ -88,7 +88,7 @@ export const store = createStore({
},
vikunjaReady(state, ready) {
state.vikunjaReady = ready
}
},
},
actions: {
async [CURRENT_LIST]({state, commit}, currentList) {