fix: initial transformation of ganttBars

This commit is contained in:
Dominik Pschenitschni
2022-10-27 17:49:34 +02:00
committed by kolaente
parent 73eab6c5b5
commit 407f5f2ef8
+1 -1
View File
@@ -109,7 +109,7 @@ watch(
ganttBars.value = []
tasks.value.forEach(t => ganttBars.value.push(transformTaskToGanttBar(t)))
},
{deep: true},
{deep: true, immediate: true},
)
function transformTaskToGanttBar(t: ITask) {