Skip to content

Commit 1c41bc6

Browse files
committed
fix: always render Deps DbSection
1 parent 9134634 commit 1c41bc6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dbml-playground/src/components/panes/output/tabs/DatabaseTab.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,8 @@
236236

237237
<!-- Deps -->
238238
<DbSection
239-
v-if="database.deps?.length"
240239
label="Deps"
241-
:count="database.deps.length"
240+
:count="database.deps.length ?? 0"
242241
:icon="PhArrowRight"
243242
icon-color="text-orange-500"
244243
>

0 commit comments

Comments
 (0)