Cleanup comments

This commit is contained in:
Sytone 2021-06-02 11:43:48 -07:00
parent c3c22bf202
commit d363cfc972
1 changed files with 1 additions and 3 deletions

View File

@ -81,14 +81,12 @@ export default {
});
if (this.listId === undefined) {
// TODO: Have a default list in settings.
// TODO: Have a default list in settings as a option, waiting on API PR.
task.listId = 1;
}
this.taskService
.create(task)
.then(task => {
// this.tasks.push(task);
// this.sortTasks();
this.newTaskText = '';
// Check if the task has words starting with ~ in the title and make them to labels