Browse Source

fix(gui-v2): merge issue

pull/3030/head
Wing-Kam Wong 2 years ago
parent
commit
34811ae185
  1. 1
      packages/nc-gui-v2/components/smartsheet-header/VirtualCell.vue

1
packages/nc-gui-v2/components/smartsheet-header/VirtualCell.vue

@ -2,7 +2,6 @@
import { substituteColumnIdWithAliasInFormula } from 'nocodb-sdk'
import type { ColumnType, FormulaType, LinkToAnotherRecordType, LookupType, RollupType, TableType } from 'nocodb-sdk'
import type { Ref } from 'vue'
import { useMetas } from '~/composables'
import { ColumnInj, IsFormInj, MetaInj } from '~/context'
import { provide, toRef, useMetas, useProvideColumnCreateStore } from '#imports'

Loading…
Cancel
Save