fix: remove conditional rendering for Calendar component when events are present
This commit is contained in:
parent
c93909523d
commit
58914d7053
@ -18,7 +18,6 @@
|
||||
</LayoutHeader>
|
||||
<div class="flex h-screen overflow-hidden">
|
||||
<Calendar
|
||||
v-if="events.data?.length"
|
||||
class="flex-1 overflow-hidden"
|
||||
ref="calendar"
|
||||
:config="{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user