From d363cfc972834ddce9b696da0e4df49f5812caa0 Mon Sep 17 00:00:00 2001 From: Sytone Date: Wed, 2 Jun 2021 11:43:48 -0700 Subject: [PATCH] Cleanup comments --- src/components/tasks/add-task.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/tasks/add-task.vue b/src/components/tasks/add-task.vue index f9d9d32b8..7657da64f 100644 --- a/src/components/tasks/add-task.vue +++ b/src/components/tasks/add-task.vue @@ -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