Merge pull request #5105 from DimDz/master

Fix for CalendarView, Create Card without Refresh
This commit is contained in:
Lauri Ojansivu 2023-08-25 16:42:49 +03:00 committed by GitHub
commit b818f0e5cd
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',