From 9e5d6bad8df0c30752a3a9a5214b7f7610eb7e5a Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 18 Sep 2024 16:34:24 +0200 Subject: [PATCH] chore(tasks): move drag options to direct attributes instead of v-bind (cherry picked from commit f4d628550f361fb514bdc887727ca542958520ef) --- frontend/src/components/project/views/ProjectList.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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,