diff options
Diffstat (limited to 'components/editor/task/modal')
| -rw-r--r-- | components/editor/task/modal/EditorTaskModalCreate.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/editor/task/modal/EditorTaskModalCreate.vue b/components/editor/task/modal/EditorTaskModalCreate.vue index 30e4cca..e5b2d7a 100644 --- a/components/editor/task/modal/EditorTaskModalCreate.vue +++ b/components/editor/task/modal/EditorTaskModalCreate.vue @@ -1,7 +1,6 @@ <script setup lang="ts"> import { computed, ref } from 'vue'; import { useSessionStore } from '@/stores/session'; -import { validateTaskId } from '@/lib/util'; const model = defineModel(); |
