From c01fa6d2487bb1267ae125c8db62eb4601562865 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 21 Jun 2024 23:24:52 +0530 Subject: [PATCH] fix: drag columns and save it --- frontend/src/components/Kanban/KanbanView.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Kanban/KanbanView.vue b/frontend/src/components/Kanban/KanbanView.vue index 8ace6348..3a3d76d5 100644 --- a/frontend/src/components/Kanban/KanbanView.vue +++ b/frontend/src/components/Kanban/KanbanView.vue @@ -3,6 +3,7 @@ v-if="columns" :list="columns" item-key="column" + @end="updateColumn" class="flex sm:mx-2.5 mx-2 pb-3.5 overflow-x-auto" >