Skip to content
Snippets Groups Projects
Commit 54105ebf authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: always include title property for calendar events

parent 679f59f4
No related branches found
No related tags found
No related merge requests found
...@@ -271,6 +271,7 @@ function createCollisionEvent( ...@@ -271,6 +271,7 @@ function createCollisionEvent(
editable: false, editable: false,
extendedProps: { extendedProps: {
timeslotHash: projectedTimeslot.hash, timeslotHash: projectedTimeslot.hash,
title,
}, },
} }
} }
...@@ -384,6 +385,7 @@ type CalendarEvent = { ...@@ -384,6 +385,7 @@ type CalendarEvent = {
editable: boolean editable: boolean
extendedProps: { extendedProps: {
timeslotHash: string timeslotHash: string
title: string
} }
} }
</script> </script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment