diff --git a/src/components/tasks/gantt-component.vue b/src/components/tasks/gantt-component.vue index 628a95fe..3219a3de 100644 --- a/src/components/tasks/gantt-component.vue +++ b/src/components/tasks/gantt-component.vue @@ -333,8 +333,6 @@ } } } - - this.success({message: 'The task was successfully updated.'}, this) }) .catch(e => { this.error(e, this) @@ -369,7 +367,6 @@ this.tasksWithoutDates.push(this.addGantAttributes(r)) this.newTaskTitle = '' this.hideCrateNewTask() - this.success({message: 'The task was successfully created.'}, this) }) .catch(e => { this.error(e, this)