Skip to content

Commit

Permalink
Add missing propType
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed May 15, 2020
1 parent 2f0604e commit 7ff0077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Calendar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ const isLooseValue = PropTypes.oneOfType([

Calendar.propTypes = {
activeStartDate: isActiveStartDate,
allowPartialRange: PropTypes.bool,
calendarType: isCalendarType,
className: isClassName,
defaultActiveStartDate: isActiveStartDate,
Expand Down

0 comments on commit 7ff0077

Please sign in to comment.