Browse Source

refactor(nc-gui): remove unused RelationTypes

pull/5724/head
Wing-Kam Wong 1 year ago
parent
commit
24e0675b58
  1. 2
      packages/nc-gui/components/virtual-cell/components/ItemChip.vue

2
packages/nc-gui/components/virtual-cell/components/ItemChip.vue

@ -1,5 +1,5 @@
<script lang="ts" setup>
import { RelationTypes, UITypes, isVirtualCol } from 'nocodb-sdk'
import { UITypes, isVirtualCol } from 'nocodb-sdk'
import {
ActiveCellInj,
IsFormInj,

Loading…
Cancel
Save