From a7ea654c3c70f0be82d9208b06f9250c1274bf17 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 1 Aug 2022 16:13:44 +0530 Subject: [PATCH] refactor(gui-v2): bring changes from dev Signed-off-by: Pranav C --- packages/nc-gui-v2/components/tabs/Smartsheet.vue | 1 + 1 file changed, 1 insertion(+) 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'