Merge pull request 'patches v1.4.1' (#85) from develop into main
Reviewed-on: #85
This commit is contained in:
commit
d25fa07512
1 changed files with 3 additions and 1 deletions
|
@ -53,8 +53,10 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex flex-col w-full grow overflow-hidden">
|
||||||
<FullCalendar ref="fullCalendar" :options="calendarOptions" class="max-h-full h-full" />
|
<FullCalendar ref="fullCalendar" :options="calendarOptions" class="max-h-full h-full" />
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|
Loading…
Add table
Reference in a new issue