From 78402f4e2ef733021fd8a208317643fec476398a Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 19 Oct 2022 11:59:06 +0200 Subject: [PATCH] fix: only unmount chart if there aren't any loaded tasks yet --- src/components/tasks/gantt-chart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tasks/gantt-chart.vue b/src/components/tasks/gantt-chart.vue index d3f845174..3ffa62fbb 100644 --- a/src/components/tasks/gantt-chart.vue +++ b/src/components/tasks/gantt-chart.vue @@ -1,7 +1,7 @@