We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06da586 commit 98b0bf0Copy full SHA for 98b0bf0
packages/pluggableWidgets/calendar-web/src/utils/calendar-utils.ts
@@ -25,7 +25,7 @@ const localizer = dateFnsLocalizer({
25
locales: {}
26
});
27
28
-export const DnDCalendar = withDragAndDrop(Calendar);
+export const DnDCalendar = withDragAndDrop(Calendar<CalEvent, object>);
29
30
function getViewRange(view: string, date: Date): { start: Date; end: Date } {
31
switch (view) {
0 commit comments