1
0

Remove the focus of the bucket title element after saving the title

This commit is contained in:
kolaente
2020-10-24 17:23:13 +02:00
parent 5e046fbd06
commit 82d54b0751
3 changed files with 6 additions and 3 deletions

View File

@ -124,7 +124,7 @@ export default {
.then(r => {
ctx.commit('setBuckets', r)
ctx.commit('setListId', listId)
return Promise.resolve()
return Promise.resolve(r)
})
.catch(e => {
return Promise.reject(e)