Skip to content

Commit

Permalink
Fixed typo in Dashboard View
Browse files Browse the repository at this point in the history
  • Loading branch information
aa-tree committed Jun 19, 2023
1 parent 832ae1e commit 858f7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fullcalendar/DashboardView.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ class DashboardView extends Component {
dateClick={this.handleDateClick}
onClick={this.onClick}
selectable={true}
nowIndicator={true}Show
nowIndicator={true}
rerenderEvents={this.rerenderEvents}
eventDrop={this.eventDrop}
eventResize={this.eventResize}
Expand Down

0 comments on commit 858f7e7

Please sign in to comment.