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() {
return {
id: 'calendar-view',
defaultView: 'agendaDay',
defaultView: 'month',
editable: true,
selectable: true,
timezone: 'local',