Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Restrict views to month again
  • Loading branch information
regalijan committed Dec 9, 2024
1 parent 19a7dbb commit 71381e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/events-calendar.tsx
Expand Up @@ -161,6 +161,7 @@ export default function () {
startAccessor={(event) => new Date(event.start)}
style={{ height: 500 }}
toolbar={false}
views={["month"]}
/>
<Accordion id="events-accordion" mt="16px">
<AccordionItem>
Expand Down

0 comments on commit 71381e9

Please sign in to comment.