Skip to content

Commit

Permalink
Run format
Browse files Browse the repository at this point in the history
  • Loading branch information
Minnowo committed Sep 21, 2024
1 parent db9bd8f commit 0e00fee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/timespan/calendar/CalendarPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0e00fee

Please sign in to comment.