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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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)