Răsfoiți Sursa

Update boardBody.js

Fix for create card.
DimDz 1 an în urmă
părinte
comite
0be4eff3f4
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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',