1
0

fix: initial transformation of ganttBars

This commit is contained in:
Dominik Pschenitschni
2022-10-19 15:39:03 +02:00
committed by kolaente
parent 73eab6c5b5
commit 407f5f2ef8

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) {