Browse Source

refactor(gui-v2): bring changes from dev

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2860/head
Pranav C 2 years ago
parent
commit
a7ea654c3c
  1. 1
      packages/nc-gui-v2/components/tabs/Smartsheet.vue

1
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'

Loading…
Cancel
Save