Merge branch 'master' into ticket-app-master

This commit is contained in:
2025-05-30 13:58:45 +02:00

View File

@@ -96,7 +96,7 @@
</div>
</div>
<FullCalendar :options="calendarOptions" ref="calendarRef">
<template v-slot:eventContent="{ event }">
<template v-slot:eventContent="{ event }: { event: EventApi }">
<span :class="eventClasses">
<b v-if="event.extendedProps.is === 'remote'">{{
event.title