fix(client): incomplete calendar events
This commit is contained in:
parent
72c3ba4fae
commit
17b6daf41e
@ -29,7 +29,7 @@ const InternalCalendarBlockProvider = (props) => {
|
||||
|
||||
export const CalendarBlockProvider = (props) => {
|
||||
return (
|
||||
<BlockProvider {...props}>
|
||||
<BlockProvider {...props} params={{ ...props.params, paginate: false }}>
|
||||
<InternalCalendarBlockProvider {...props} />
|
||||
</BlockProvider>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user