Fix setting delete button for newly created task comments
This commit is contained in:
parent
0ce0ad1479
commit
3ff749976d
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ export default {
|
||||||
this.comments.push(r)
|
this.comments.push(r)
|
||||||
this.newComment.comment = ''
|
this.newComment.comment = ''
|
||||||
this.success({message: this.$t('task.comment.addedSuccess')})
|
this.success({message: this.$t('task.comment.addedSuccess')})
|
||||||
|
this.makeActions()
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
this.error(e)
|
this.error(e)
|
||||||
|
|
Loading…
Reference in a new issue