Restrict views to month again

This commit is contained in:
Regalijan 2024-12-09 15:04:42 -05:00
parent 19a7dbb6e5
commit 71381e937b
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -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>