Skip to content

Commit f8f986a

Browse files
committed
fix: ts error
1 parent 3f90991 commit f8f986a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/views/ds/TableRelationship.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ const NODE_WIDTH = 180
1010
1111
const props = withDefaults(
1212
defineProps<{
13-
id: string
13+
id: number
1414
dragging: boolean
1515
}>(),
1616
{
17-
id: '',
17+
id: 0,
1818
dragging: false,
1919
}
2020
)

0 commit comments

Comments
 (0)