Skip to content

Commit

Permalink
return old code part
Browse files Browse the repository at this point in the history
  • Loading branch information
SemenStruchev committed Nov 14, 2023
1 parent 342ff7c commit 7b97d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DatePicker/DatePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const DatePicker = ({

const handleEndMonthChange = (m) => {
setEndMonth(m);
onMonthChange?.(m);
};

const handleDayClick = (day, options, event) => {
Expand Down

0 comments on commit 7b97d45

Please sign in to comment.