lint
This commit is contained in:
parent
bc97016ea3
commit
18a3bbbd49
15 changed files with 43 additions and 36 deletions
|
|
@ -124,11 +124,10 @@ const ListsNew = {
|
|||
useListsStore()
|
||||
.createList({ title: this.titleDraft })
|
||||
.then((list) => {
|
||||
useListsStore()
|
||||
.setListAccounts({
|
||||
listId: list.id,
|
||||
accountIds: [...this.addedUserIds],
|
||||
})
|
||||
useListsStore().setListAccounts({
|
||||
listId: list.id,
|
||||
accountIds: [...this.addedUserIds],
|
||||
})
|
||||
return list.id
|
||||
})
|
||||
.then((listId) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue