diff --git a/frontend/src/components/project/views/ProjectList.vue b/frontend/src/components/project/views/ProjectList.vue index 6d46370d4..cb2e6528c 100644 --- a/frontend/src/components/project/views/ProjectList.vue +++ b/frontend/src/components/project/views/ProjectList.vue @@ -45,7 +45,6 @@ @@ -128,10 +129,6 @@ const props = defineProps<{ const ctaVisible = ref(false) const drag = ref(false) -const DRAG_OPTIONS = { - animation: 100, - ghostClass: 'task-ghost', -} as const const { tasks: allTasks,