ソースを参照

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() {
     return {
       id: 'calendar-view',
-      defaultView: 'agendaDay',
+      defaultView: 'month',
       editable: true,
       selectable: true,
       timezone: 'local',