From 9d48700cd9ad5e0bb4394f32fcac94ba59f48d90 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 17 Oct 2021 16:21:55 +0200 Subject: [PATCH] fix: vuex store mutation error when moving a task with attributes on kanban --- src/views/list/views/Kanban.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/list/views/Kanban.vue b/src/views/list/views/Kanban.vue index 7cd74f74..d60ebe59 100644 --- a/src/views/list/views/Kanban.vue +++ b/src/views/list/views/Kanban.vue @@ -236,6 +236,7 @@