[fix?] added weekends to full cal to prevent weird interaction between mini and full
This commit is contained in:
committed by
Benoit TELLIER
parent
cac89e7d02
commit
fd059954f4
@@ -215,7 +215,6 @@ export default function CalendarApp() {
|
||||
}}
|
||||
plugins={[dayGridPlugin, timeGridPlugin, interactionPlugin]}
|
||||
initialView="timeGridWeek"
|
||||
weekends={false}
|
||||
editable={true}
|
||||
selectable={true}
|
||||
select={handleDateSelect}
|
||||
|
||||
Reference in New Issue
Block a user