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,