Fix showing and hiding lists in the menu
This commit is contained in:
parent
074b7e53f5
commit
62bfbcce79
3 changed files with 26 additions and 40 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue