Fix setting delete button for newly created task comments
This commit is contained in:
parent
0ce0ad1479
commit
3ff749976d
@ -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…
x
Reference in New Issue
Block a user