Skip to content

Commit

Permalink
Merge branch 'main' into insta-based-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Jul 20, 2024
2 parents e5833d4 + 9515493 commit 74b2aa1
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 74b2aa1

Please sign in to comment.