Cleanup comments

This commit is contained in:
Sytone 2021-06-02 11:43:48 -07:00
parent c3c22bf202
commit d363cfc972

View File

@ -81,14 +81,12 @@ export default {
}); });
if (this.listId === undefined) { 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; task.listId = 1;
} }
this.taskService this.taskService
.create(task) .create(task)
.then(task => { .then(task => {
// this.tasks.push(task);
// this.sortTasks();
this.newTaskText = ''; this.newTaskText = '';
// Check if the task has words starting with ~ in the title and make them to labels // Check if the task has words starting with ~ in the title and make them to labels