fix list title edit not working
This commit is contained in:
parent
c2732e3f40
commit
202d1618c2
3 changed files with 4 additions and 3 deletions
|
|
@ -43,6 +43,8 @@ export const useListsStore = defineStore('lists', {
|
|||
})
|
||||
},
|
||||
setList ({ listId, title }) {
|
||||
window.vuex.state.api.backendInteractor.updateList({ listId, title })
|
||||
|
||||
if (!this.allListsObject[listId]) {
|
||||
this.allListsObject[listId] = { accountIds: [] }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue