diff --git a/client/src/views/record/kanban.js b/client/src/views/record/kanban.js index e9f3ec7842..e37f00d293 100644 --- a/client/src/views/record/kanban.js +++ b/client/src/views/record/kanban.js @@ -385,7 +385,7 @@ class KanbanRecordView extends ListRecordView { } if ('canCreate' in this.options) { - this.isCreatable = this.options.isCreatable; + this.isCreatable = this.options.canCreate; } else { this.isCreatable = this.statusFieldIsEditable && this.getAcl().check(this.entityType, 'create'); }