Skip to content

Commit

Permalink
Added a display for weekends
Browse files Browse the repository at this point in the history
Resolves #1319
  • Loading branch information
CommanderStorm authored Jul 20, 2024
1 parent 69c0962 commit 9515493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/components/CalendarFull.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function extractInfos(data: CalendarResponse): void {
const calendarOptions: CalendarOptions = {
plugins: [timeGridPlugin, dayGridPlugin, listPlugin],
initialView: "timeGridWeek",
weekends: false,
weekends: true,
events: fetchEvents,
headerToolbar: {
left: "prev,next",
Expand Down

0 comments on commit 9515493

Please sign in to comment.