diff --git a/packages/nc-gui/components/smartsheet/Grid.vue b/packages/nc-gui/components/smartsheet/Grid.vue index b16ae4518d..659fe932e8 100644 --- a/packages/nc-gui/components/smartsheet/Grid.vue +++ b/packages/nc-gui/components/smartsheet/Grid.vue @@ -82,8 +82,6 @@ const isView = false let editEnabled = $ref(false) -const { appInfo } = useGlobal() - const { xWhere, isPkAvail, isSqlView, eventBus } = useSmartsheetStoreOrThrow() const visibleColLength = $computed(() => fields.value?.length) @@ -1131,7 +1129,7 @@ function addEmptyRow(row?: number) {