Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from appfolio/em-fix-selectslot-dates
Browse files Browse the repository at this point in the history
Em fix selectslot dates
  • Loading branch information
emcpete authored May 20, 2021
2 parents e60498e + e4856bc commit daf3535
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appfolio/react-big-calendar-apm",
"version": "0.27.0",
"version": "0.29.0",
"description": "Calendar! with events",
"author": "Jason Quense <monastic.panic@gmail.com>",
"repository": "https://github.com/appfolio/react-big-calendar.git",
Expand Down
2 changes: 1 addition & 1 deletion src/DateContentRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class DateContentRow extends React.Component {
container={this.getContainer}
onSelectStart={onSelectStart}
onSelectEnd={onSelectEnd}
onSelectSlot={() => this.handleSelectSlot(this)}
onSelectSlot={this.handleSelectSlot}
cellWrapperComponent={dateCellWrapper}
/>

Expand Down

0 comments on commit daf3535

Please sign in to comment.