From fc6b7074051e1cc1e47d97fd281445638fd048c3 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 11 Dec 2023 22:35:09 +0100 Subject: [PATCH] fix(task): use empty description helper everywhere --- src/components/tasks/partials/kanban-card.vue | 3 ++- src/components/tasks/partials/singleTaskInProject.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/tasks/partials/kanban-card.vue b/src/components/tasks/partials/kanban-card.vue index 4e34bdff3..9621c6ab4 100644 --- a/src/components/tasks/partials/kanban-card.vue +++ b/src/components/tasks/partials/kanban-card.vue @@ -60,7 +60,7 @@ - + @@ -91,6 +91,7 @@ import {useTaskStore} from '@/stores/tasks' import AssigneeList from '@/components/tasks/partials/assigneeList.vue' import {useAuthStore} from '@/stores/auth' import {playPopSound} from '@/helpers/playPop' +import {isEditorContentEmpty} from '@/helpers/editorContentEmpty' const router = useRouter() diff --git a/src/components/tasks/partials/singleTaskInProject.vue b/src/components/tasks/partials/singleTaskInProject.vue index f229b8810..c39a4330f 100644 --- a/src/components/tasks/partials/singleTaskInProject.vue +++ b/src/components/tasks/partials/singleTaskInProject.vue @@ -93,7 +93,7 @@ - + @@ -184,6 +184,7 @@ import AssigneeList from '@/components/tasks/partials/assigneeList.vue' import {useIntervalFn} from '@vueuse/core' import {playPopSound} from '@/helpers/playPop' import {useAuthStore} from '@/stores/auth' +import {isEditorContentEmpty} from '@/helpers/editorContentEmpty' const { theTask,