Browse Source

chore(gui): lint

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4630/head
Pranav C 2 years ago
parent
commit
793b799842
  1. 2
      packages/nc-gui/components/erd/TableNode.vue

2
packages/nc-gui/components/erd/TableNode.vue

@ -1,6 +1,6 @@
<script lang="ts" setup>
import type { NodeProps } from '@vue-flow/core'
import { Position, useVueFlow } from '@vue-flow/core'
import { Handle, Position, useVueFlow } from '@vue-flow/core'
import type { LinkToAnotherRecordType } from 'nocodb-sdk'
import { UITypes, isVirtualCol } from 'nocodb-sdk'
import type { NodeData } from './utils'

Loading…
Cancel
Save