Skip to content

Commit e6c94ad

Browse files
committed
fix(Table Relationships): Unsaved table relationships still show as undraggable.
1 parent ef41b59 commit e6c94ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/views/ds/DataTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const pageInfo = reactive({
7777
})
7878
const handleRelationship = () => {
7979
activeRelationship.value = !activeRelationship.value
80+
tableName.value = []
8081
currentTable.value = {}
8182
}
8283
const singleDragStartD = (e: DragEvent, ele: any) => {

0 commit comments

Comments
 (0)