mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 10:24:07 +01:00
Update boardBody.js
Fix for create card.
This commit is contained in:
parent
18087f756e
commit
0be4eff3f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue