Browse Source

fix(nc-gui): missing .table

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
f6d683d060
  1. 2
      packages/nc-gui/components/erd/TableNode.vue

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

@ -16,7 +16,7 @@ const { data, showSkeleton, dragging } = defineProps<Props>()
const { viewport } = useVueFlow() const { viewport } = useVueFlow()
const table = computed(() => data) const table = computed(() => data.table)
const isZooming = refAutoReset(false, 200) const isZooming = refAutoReset(false, 200)

Loading…
Cancel
Save