fix(gantt): only unmount chart if there aren't any loaded tasks yet
This commit is contained in:
parent
e1f49f2ff1
commit
db611ab2d3
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<Loading
|
<Loading
|
||||||
v-if="props.isLoading"
|
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user