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) => {
|
export const CalendarBlockProvider = (props) => {
|
||||||
return (
|
return (
|
||||||
<BlockProvider {...props}>
|
<BlockProvider {...props} params={{ ...props.params, paginate: false }}>
|
||||||
<InternalCalendarBlockProvider {...props} />
|
<InternalCalendarBlockProvider {...props} />
|
||||||
</BlockProvider>
|
</BlockProvider>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user