Explorar el Código

Update boardBody.js

Fix for create card.
DimDz hace 1 año
padre
commit
0be4eff3f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',