Remove the focus of the bucket title element after saving the title
This commit is contained in:
parent
5e046fbd06
commit
82d54b0751
3 changed files with 6 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue