[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]}
|
plugins={[dayGridPlugin, timeGridPlugin, interactionPlugin]}
|
||||||
initialView="timeGridWeek"
|
initialView="timeGridWeek"
|
||||||
weekends={false}
|
|
||||||
editable={true}
|
editable={true}
|
||||||
selectable={true}
|
selectable={true}
|
||||||
select={handleDateSelect}
|
select={handleDateSelect}
|
||||||
|
|||||||
Reference in New Issue
Block a user