Skip to content

Commit

Permalink
Add now indicator to calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
victormours committed Jan 13, 2025
1 parent 7a72d04 commit defe2f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/components/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class CalendarRdvSolidarites {
eventSourceFailure: this.handleAjaxError,
defaultDate: this.getDefaultDate(),
allDaySlot: false,
nowIndicator: true,
defaultView: this.getDefaultView(),
viewSkeletonRender: function (info) {
localStorage.setItem("calendarDefaultView", info.view.type);
Expand Down

0 comments on commit defe2f0

Please sign in to comment.