diff --git a/packages/nc-gui-v2/components/tabs/Smartsheet.vue b/packages/nc-gui-v2/components/tabs/Smartsheet.vue index 797a59f27b..5757e22c1a 100644 --- a/packages/nc-gui-v2/components/tabs/Smartsheet.vue +++ b/packages/nc-gui-v2/components/tabs/Smartsheet.vue @@ -3,6 +3,7 @@ import type { ColumnType, TableType, ViewType } from 'nocodb-sdk' import { ViewTypes } from 'nocodb-sdk' import SmartsheetGrid from '../smartsheet/Grid.vue' import { computed, inject, provide, useMetas, watch, watchEffect } from '#imports' +import { useProvideSmartsheetStore } from '~/composables/useSmartsheetStore' import { ActiveViewInj, FieldsInj, IsLockedInj, MetaInj, ReloadViewDataHookInj, RightSidebarInj, TabMetaInj } from '~/context' import type { TabItem } from '~/composables'