Restrict views to month again
This commit is contained in:
parent
19a7dbb6e5
commit
71381e937b
@ -161,6 +161,7 @@ export default function () {
|
|||||||
startAccessor={(event) => new Date(event.start)}
|
startAccessor={(event) => new Date(event.start)}
|
||||||
style={{ height: 500 }}
|
style={{ height: 500 }}
|
||||||
toolbar={false}
|
toolbar={false}
|
||||||
|
views={["month"]}
|
||||||
/>
|
/>
|
||||||
<Accordion id="events-accordion" mt="16px">
|
<Accordion id="events-accordion" mt="16px">
|
||||||
<AccordionItem>
|
<AccordionItem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user