Browse Source

feat(nc-gui): Renamed ERD SimpleView to Flow

pull/3612/head
Muhammed Mustafa 2 years ago
parent
commit
50f0c3fbc5
  1. 0
      packages/nc-gui/components/erd/Flow.vue
  2. 2
      packages/nc-gui/components/erd/View.vue

0
packages/nc-gui/components/erd/SimpleView.vue → packages/nc-gui/components/erd/Flow.vue

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

@ -106,7 +106,7 @@ watch(
</div>
</div>
<div v-else class="relative h-full">
<ErdSimpleView :tables="tables" :config="config" />
<ErdFlow :tables="tables" :config="config" />
<div
class="absolute top-2 right-10 flex-col bg-white py-2 px-4 border-1 border-gray-100 rounded-md z-50 space-y-1 nc-erd-context-menu z-50"

Loading…
Cancel
Save