From 7733f44e11472f5cd5824efeee13f7969b369d1b Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Wed, 22 Sep 2021 14:03:40 +0200 Subject: [PATCH] make kanban respecting state order Signed-off-by: Andrey Platov --- .../src/components/KanbanView.svelte | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/plugins/view-resources/src/components/KanbanView.svelte b/plugins/view-resources/src/components/KanbanView.svelte index 4ff1edbc57..6ab59e306f 100644 --- a/plugins/view-resources/src/components/KanbanView.svelte +++ b/plugins/view-resources/src/components/KanbanView.svelte @@ -16,7 +16,7 @@