Reset new task input after creation;

This commit is contained in:
2022-03-04 22:56:00 +01:00
parent 7686057022
commit 8bc8f6eee0

View File

@@ -53,6 +53,7 @@ export class ActiveListTasksComponent implements OnInit, OnDestroy {
} as Task;
this._taskListService.addTask(newTask);
this.newTaskControl.reset();
}
}
}