1
0

Fix showing and hiding lists in the menu

This commit is contained in:
kolaente
2021-02-20 16:28:45 +01:00
parent 074b7e53f5
commit 62bfbcce79
3 changed files with 26 additions and 40 deletions

View File

@ -114,7 +114,7 @@ export default {
ctx.commit('lists/addLists', lists, {root: true})
return Promise.resolve()
return Promise.resolve(r)
})
.catch(e => {
return Promise.reject(e)