fix list
This commit is contained in:
parent
ce93f51d5b
commit
cdaff8d8e0
3 changed files with 19 additions and 17 deletions
|
|
@ -49,6 +49,7 @@ export const useListsStore = defineStore('lists', {
|
|||
},
|
||||
setLists(value) {
|
||||
this.allLists = value
|
||||
this.allListsObject = Object.fromEntries(value.map((list) => [list.id, list]))
|
||||
},
|
||||
async createList({ title }) {
|
||||
return await createList({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue