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
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

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