연결 이름 수정 로직 수정
This commit is contained in:
@@ -156,7 +156,7 @@ export const RelationshipListModal: React.FC<RelationshipListModalProps> = ({
|
||||
>
|
||||
<div className="mb-1 flex items-center justify-between">
|
||||
<h4 className="text-sm font-medium text-gray-900">
|
||||
{relationship.fromTable} → {relationship.toTable}
|
||||
{relationship.relationshipName || `${relationship.fromTable} → ${relationship.toTable}`}
|
||||
</h4>
|
||||
<div className="flex items-center gap-1">
|
||||
{/* 편집 버튼 */}
|
||||
|
||||
Reference in New Issue
Block a user