Skip to content

Commit

Permalink
[@mantine/dates] Fix nextIcon and previousIcon props not passed t…
Browse files Browse the repository at this point in the history
…o Calendar component (#4273)
  • Loading branch information
andremonteiro95 committed May 30, 2023
1 parent 4f6803b commit 31dfaee
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export function pickCalendarProps<T extends Record<string, any>>(props: T) {
defaultLevel,
level,
onLevelChange,
nextIcon,
previousIcon,
date,
defaultDate,
onDateChange,
Expand Down Expand Up @@ -65,6 +67,8 @@ export function pickCalendarProps<T extends Record<string, any>>(props: T) {
defaultLevel,
level,
onLevelChange,
nextIcon,
previousIcon,
date,
defaultDate,
onDateChange,
Expand Down

0 comments on commit 31dfaee

Please sign in to comment.