관계도 저장 모달 수정
This commit is contained in:
@@ -131,7 +131,7 @@ const SaveDiagramModal: React.FC<SaveDiagramModalProps> = ({
|
|||||||
<div className="flex flex-wrap gap-2">
|
<div className="flex flex-wrap gap-2">
|
||||||
{connectedTables.map((table) => (
|
{connectedTables.map((table) => (
|
||||||
<Badge key={table} variant="outline" className="text-xs">
|
<Badge key={table} variant="outline" className="text-xs">
|
||||||
📋 {table}
|
{table}
|
||||||
</Badge>
|
</Badge>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
@@ -162,7 +162,7 @@ const SaveDiagramModal: React.FC<SaveDiagramModalProps> = ({
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-1 text-xs text-gray-600">
|
<div className="mt-1 text-xs text-gray-600">
|
||||||
{relationship.fromColumns.join(", ")} → {relationship.toColumns.join(", ")}
|
{relationship.fromTable} → {relationship.toTable}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Badge variant="outline" className="text-xs">
|
<Badge variant="outline" className="text-xs">
|
||||||
|
|||||||
Reference in New Issue
Block a user