fix list title edit not working
This commit is contained in:
parent
c2732e3f40
commit
202d1618c2
3 changed files with 4 additions and 3 deletions
|
|
@ -116,9 +116,7 @@ const ListsNew = {
|
|||
},
|
||||
updateListTitle () {
|
||||
useListsStore().setList({ listId: this.id, title: this.titleDraft })
|
||||
.then(() => {
|
||||
this.title = this.findListTitle(this.id)
|
||||
})
|
||||
this.title = this.findListTitle(this.id)
|
||||
},
|
||||
createList () {
|
||||
useListsStore().createList({ title: this.titleDraft })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue