improve session

This commit is contained in:
Peter Maquiran
2022-08-08 14:52:13 +01:00
parent 66103d0cd9
commit 513fc51339
3 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -154,7 +154,7 @@
<calendar
class="calendar-component"
[eventSource]="listToPresent"
[eventSource]="CalendarStore.eventSource"
[calendarMode]="calendar.mode"
[currentDate]="calendar.currentDate"
(onEventSelected)="onEventSelected($event)"