Don't show a success message if it is obvious the action has been successful
This commit is contained in:
parent
5a7c07ca4d
commit
25579f5da2
9 changed files with 3 additions and 28 deletions
|
|
@ -220,7 +220,6 @@
|
|||
this.taskService.update(this.taskEditTask)
|
||||
.then(r => {
|
||||
this.$set(this, 'taskEditTask', r)
|
||||
this.success({message: 'The task was successfully updated.'}, this)
|
||||
this.initTaskFields()
|
||||
})
|
||||
.catch(e => {
|
||||
|
|
|
|||
Reference in a new issue