Fix creazione eventi su calendario con vista del Giorno

This commit is contained in:
Luca 2023-02-21 18:33:15 +01:00
parent add1bcf48d
commit a036f88c21
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ globals.dashboard = {
headerToolbar: {
left: "prev,next today",
center: "title",
right: "dayGridMonth,timeGridWeek,resourceTimeGridDay,listWeek"
right: "dayGridMonth,timeGridWeek,timeGridDay,listWeek"
},
eventDisplay: "block",
timeFormat: globals.dashboard.timeFormat,