diff --git a/app/javascript/components/calendar.js b/app/javascript/components/calendar.js index 58807ad65f..15be015d3e 100644 --- a/app/javascript/components/calendar.js +++ b/app/javascript/components/calendar.js @@ -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);