diff --git a/packages/plugins/@nocobase/plugin-calendar/src/client/calendar/Calendar.tsx b/packages/plugins/@nocobase/plugin-calendar/src/client/calendar/Calendar.tsx index 0d09b5484..0a4c1479c 100644 --- a/packages/plugins/@nocobase/plugin-calendar/src/client/calendar/Calendar.tsx +++ b/packages/plugins/@nocobase/plugin-calendar/src/client/calendar/Calendar.tsx @@ -184,9 +184,9 @@ export const Calendar: any = observer( const components = useMemo(() => { return { toolbar: (props) => , - week: { - header: (props) =>
, - }, + // week: { + // header: (props) =>
, + // }, month: { dateHeader: (props) =>
, }, @@ -217,7 +217,6 @@ export const Calendar: any = observer( noEventsInRange: i18nt('None'), showMore: (count) => i18nt('{{count}} more items', { count }), }; - return wrapSSR(