1
0

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

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>