Browse Source

Fix typo.

Thanks to xet7 !

Related #2687,
related https://github.com/wekan/wekan/pull/4923
Lauri Ojansivu 2 years ago
parent
commit
dad5d2a905
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/boards/boardBody.js

+ 1 - 1
client/components/boards/boardBody.js

@@ -328,7 +328,7 @@ BlazeComponent.extendComponent({
       id: 'calendar-view',
       id: 'calendar-view',
       defaultView: 'agendaDay',
       defaultView: 'agendaDay',
       editable: true,
       editable: true,
-      selecatble: true,
+      selectable: true,
       timezone: 'local',
       timezone: 'local',
       weekNumbers: true,
       weekNumbers: true,
       header: {
       header: {