fix: 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
parent d9b366d539
commit 78402f4e2e
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

View File

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