Better success messages when marking a task as done
This commit is contained in:
parent
92fa942b18
commit
28a5522434
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
break
|
||||
}
|
||||
}
|
||||
this.handleSuccess({message: 'The task was successfully marked as done.'})
|
||||
this.handleSuccess({message: 'The task was successfully ' + (e.target.checked ? 'un-' :'') + 'marked as done.'})
|
||||
})
|
||||
.catch(e => {
|
||||
this.handleError(e)
|
||||
|
|
Loading…
Reference in a new issue