diff --git a/src/components/tasks/partials/defer-task.vue b/src/components/tasks/partials/defer-task.vue index c86db0fc4..46d9853fd 100644 --- a/src/components/tasks/partials/defer-task.vue +++ b/src/components/tasks/partials/defer-task.vue @@ -61,8 +61,8 @@ const taskService = shallowReactive(new TaskService()) const task = ref() // We're saving the due date seperately to prevent null errors in very short periods where the task is null. -const dueDate = ref() -const lastValue = ref() +const dueDate = ref() +const lastValue = ref() const changeInterval = ref>() watch( diff --git a/src/components/tasks/partials/singleTaskInList.vue b/src/components/tasks/partials/singleTaskInList.vue index 36a1fb064..7d2a4d581 100644 --- a/src/components/tasks/partials/singleTaskInList.vue +++ b/src/components/tasks/partials/singleTaskInList.vue @@ -1,30 +1,38 @@