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" >