瀏覽代碼

Update boardBody.js

Fix for create card.
DimDz 1 年之前
父節點
當前提交
0be4eff3f4
共有 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() {
   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',