File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
course-matrix/frontend/src/pages/TimetableBuilder Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ const Calendar = React.memo<CalendarProps>(
132132 createViewMonthGrid ( ) ,
133133 createViewMonthAgenda ( ) ,
134134 ] ,
135+ firstDayOfWeek : 0 ,
135136 selectedDate : semesterStartDatePlusOneWeek ,
136137 minDate : semesterStartDate ,
137138 maxDate : semesterEndDate ,
Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ export const GeneratedCalendars = React.memo<GeneratedCalendarsProps>(
180180 createViewMonthGrid ( ) ,
181181 createViewMonthAgenda ( ) ,
182182 ] ,
183+ firstDayOfWeek : 0 ,
183184 selectedDate : semesterStartDatePlusOneWeek ,
184185 minDate : semesterStartDate ,
185186 maxDate : semesterEndDate ,
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ const SharedCalendar = React.memo<SharedCalendarProps>(
9898 createViewMonthGrid ( ) ,
9999 createViewMonthAgenda ( ) ,
100100 ] ,
101+ firstDayOfWeek : 0 ,
101102 selectedDate : semesterStartDatePlusOneWeek ,
102103 minDate : semesterStartDate ,
103104 maxDate : semesterEndDate ,
You can’t perform that action at this time.
0 commit comments