Преглед на файлове

Merge pull request #5105 from DimDz/master

Fix for CalendarView, Create Card without Refresh
Lauri Ojansivu преди 1 година
родител
ревизия
b818f0e5cd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      client/components/boards/boardBody.js

+ 1 - 1
client/components/boards/boardBody.js

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