diff --git a/packages/nc-gui/components/smartsheet/Cell.vue b/packages/nc-gui/components/smartsheet/Cell.vue index 45fc65ac4f..a656b6606b 100644 --- a/packages/nc-gui/components/smartsheet/Cell.vue +++ b/packages/nc-gui/components/smartsheet/Cell.vue @@ -38,8 +38,6 @@ const column = toRef(props, 'column') const active = toRef(props, 'active', false) -const virtual = toRef(props, 'virtual', false) - const readOnly = toRef(props, 'readOnly', undefined) provide(ColumnInj, column) @@ -139,7 +137,7 @@ const syncAndNavigate = (dir: NavigateDir) => {