Skip to content

Commit

Permalink
fix(Calendar): render week field in card mode (#2686)
Browse files Browse the repository at this point in the history
* fix(Calendar): render week field in card mode

* chore: update snapshot
  • Loading branch information
uyarn authored Dec 28, 2023
1 parent 7a59da1 commit c3052ef
Show file tree
Hide file tree
Showing 3 changed files with 2,078 additions and 712 deletions.
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
Loading

0 comments on commit c3052ef

Please sign in to comment.