mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-01 00:10:12 +01:00
Fix server/network calendar being editable
This commit is contained in:
parent
12cf9ea414
commit
5044b6e365
@ -34,7 +34,7 @@ const ServerCalendar = ({series, firstDay, onSelect}) => {
|
||||
center: '',
|
||||
right: 'dayGridMonth dayGridWeek dayGridDay today prev next'
|
||||
}}
|
||||
editable={Boolean(onSelect)}
|
||||
editable={false}
|
||||
selectable={Boolean(onSelect)}
|
||||
select={onSelect}
|
||||
unselectAuto={true}
|
||||
|
Loading…
Reference in New Issue
Block a user