From afea88fc3bf74b4cfc55b71c7dfe644ff0c939fb Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Tue, 2 May 2023 14:37:34 +0700 Subject: [PATCH] TSK-1414: Fix exceptions in Kanban (#3119) Signed-off-by: Andrey Sobolev --- models/all/src/version.json | 2 +- packages/ui/src/components/icons/HalfUpDown.svelte | 2 +- .../src/components/kanban/KanbanView.svelte | 4 ++-- .../src/components/issues/KanbanView.svelte | 4 ++-- .../src/components/list/ListCategories.svelte | 8 ++++++-- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/models/all/src/version.json b/models/all/src/version.json index 81b6e25fa9..18319d7fb5 100644 --- a/models/all/src/version.json +++ b/models/all/src/version.json @@ -1 +1 @@ -{ "major": 0, "minor": 6, "patch": 78 } +{"major":0,"minor":6,"patch":92} \ No newline at end of file diff --git a/packages/ui/src/components/icons/HalfUpDown.svelte b/packages/ui/src/components/icons/HalfUpDown.svelte index aefe75d1c2..c6afdbef8c 100644 --- a/packages/ui/src/components/icons/HalfUpDown.svelte +++ b/packages/ui/src/components/icons/HalfUpDown.svelte @@ -2,6 +2,6 @@ const fill: string = 'currentColor' - + diff --git a/plugins/task-resources/src/components/kanban/KanbanView.svelte b/plugins/task-resources/src/components/kanban/KanbanView.svelte index 021af03d18..55d9ba7f2d 100644 --- a/plugins/task-resources/src/components/kanban/KanbanView.svelte +++ b/plugins/task-resources/src/components/kanban/KanbanView.svelte @@ -287,13 +287,13 @@ {#key lth}
{#if groupByKey === noCategory}