Skip to content

Commit

Permalink
fix onKeyPressEvent should not be required (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeandenDrijver98 authored Oct 6, 2020
1 parent ca8d77b commit 5f155f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DayColumn.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ DayColumn.propTypes = {
onSelectSlot: PropTypes.func.isRequired,
onSelectEvent: PropTypes.func.isRequired,
onDoubleClickEvent: PropTypes.func.isRequired,
onKeyPressEvent: PropTypes.func.isRequired,
onKeyPressEvent: PropTypes.func,

className: PropTypes.string,
dragThroughEvents: PropTypes.bool,
Expand Down

0 comments on commit 5f155f7

Please sign in to comment.