Skip to content

Commit 9d14d8c

Browse files
committed
chore(calendar): Adding filterDate to its propTypes declaration
1 parent 7f261af commit 9d14d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/calendar/calendar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ const Calendar = ({
137137

138138
Calendar.propTypes = {
139139
calendars: PropTypes.array.isRequired,
140+
filterDate: PropTypes.func.isRequired,
140141
getBackProps: PropTypes.func.isRequired,
141142
getDateProps: PropTypes.func.isRequired,
142143
getForwardProps: PropTypes.func.isRequired,

0 commit comments

Comments
 (0)