diff --git a/packages/nc-gui/components/smartsheet/Kanban.vue b/packages/nc-gui/components/smartsheet/Kanban.vue index d0b16a1454..f7fbdd46c1 100644 --- a/packages/nc-gui/components/smartsheet/Kanban.vue +++ b/packages/nc-gui/components/smartsheet/Kanban.vue @@ -105,7 +105,6 @@ provide(IsGridInj, ref(false)) provide(IsKanbanInj, ref(true)) -provide(IsCalendarInj, ref(false)) const hasEditPermission = computed(() => isUIAllowed('dataEdit'))