Fixed some bugs
One issue was a missing ui component and the other was about the previous commit's changes with startDate
This commit is contained in:
@@ -34,5 +34,5 @@ export const calendarEventCategories = [
|
||||
export type CalendarEventCategory = (typeof calendarEventCategories)[number]
|
||||
|
||||
export function isCalendarEvent(object: any): object is CalendarEvent {
|
||||
return 'date' in object
|
||||
return 'startDate' in object
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user