From fdab487ecf9d8ba470e6fe9f84e0042315d7fe6c Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:15:48 +0200 Subject: [PATCH] chore(nc-gui): add cell type class to cell el --- packages/nc-gui/components/smartsheet/Cell.vue | 4 +--- .../[projectType]/form/[viewId]/index/survey.vue | 12 ++++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) 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) => {