Fix setting delete button for newly created task comments
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-08-06 18:49:31 +02:00
parent 0ce0ad1479
commit 3ff749976d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ export default {
this.comments.push(r)
this.newComment.comment = ''
this.success({message: this.$t('task.comment.addedSuccess')})
this.makeActions()
})
.catch((e) => {
this.error(e)