Update boardBody.js

Fix for create card.
This commit is contained in:
DimDz 2023-08-25 12:42:28 +03:00 committed by GitHub
parent 18087f756e
commit 0be4eff3f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,7 +320,7 @@ BlazeComponent.extendComponent({
calendarOptions() { calendarOptions() {
return { return {
id: 'calendar-view', id: 'calendar-view',
defaultView: 'agendaDay', defaultView: 'month',
editable: true, editable: true,
selectable: true, selectable: true,
timezone: 'local', timezone: 'local',