Skip to content

Commit

Permalink
fix(Calendar): render week field in card mode
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Dec 28, 2023
1 parent 23a40c4 commit 305713d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Calendar = forwardRef<CalendarMethods, CalendarProps>((props, ref) => {
style,
mode: modeFromProps,
value: valueFromProps,
firstDayOfWeek,
firstDayOfWeek = 1,
format,
range,
head,
Expand Down

0 comments on commit 305713d

Please sign in to comment.