fix(client): incomplete calendar events

This commit is contained in:
chenos 2022-05-24 14:34:32 +08:00
parent 72c3ba4fae
commit 17b6daf41e

View File

@ -29,7 +29,7 @@ const InternalCalendarBlockProvider = (props) => {
export const CalendarBlockProvider = (props) => {
return (
<BlockProvider {...props}>
<BlockProvider {...props} params={{ ...props.params, paginate: false }}>
<InternalCalendarBlockProvider {...props} />
</BlockProvider>
);