fix(gantt): only unmount chart if there aren't any loaded tasks yet

This commit is contained in:
Dominik Pschenitschni 2022-10-19 11:59:06 +02:00 committed by kolaente
parent e1f49f2ff1
commit db611ab2d3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<div>
<Loading
v-if="props.isLoading"
v-if="props.isLoading && tasks.size || dayjsLanguageLoading"
class="gantt-container"
/>
<div class="gantt-container" v-else>