diff --git a/ui/src/timespan/calendar/CalendarPage.tsx b/ui/src/timespan/calendar/CalendarPage.tsx index b739d5d..0bc0198 100644 --- a/ui/src/timespan/calendar/CalendarPage.tsx +++ b/ui/src/timespan/calendar/CalendarPage.tsx @@ -226,13 +226,13 @@ export const CalendarPage: React.FC = () => { timeSpansResult.refetch(range); } }} - views = {{ + views={{ timeGrid5Day: { type: 'timeGrid', - duration: { days: 7 }, + duration: {days: 7}, buttonText: '5 day', - hiddenDays: [0, 6] - } + hiddenDays: [0, 6], + }, }} editable={true} events={values}