diff --git a/apps/web/src/routes/_app/calendar.tsx b/apps/web/src/routes/_app/calendar.tsx index 050bcfd..8aaab41 100644 --- a/apps/web/src/routes/_app/calendar.tsx +++ b/apps/web/src/routes/_app/calendar.tsx @@ -255,7 +255,9 @@ function CalendarPage() {
+ {/* Key={view} forces remount on view change (workaround for react-big-calendar DnD day view issue) */} ( - { - props.onView(newView); - setView(newView); - }} - /> - ), + toolbar: (props: any) => , }} views={["month", "week", "work_week", "day", "agenda"]} step={30}