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