제어 관리 라벨로 보여주기 #40

Merged
hyeonsu merged 6 commits from dataflowMng into dev 2025-09-19 11:13:31 +09:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c679bacabc - Show all commits

View File

@ -131,7 +131,7 @@ const SaveDiagramModal: React.FC<SaveDiagramModalProps> = ({
<div className="flex flex-wrap gap-2">
{connectedTables.map((table) => (
<Badge key={table} variant="outline" className="text-xs">
📋 {table}
{table}
</Badge>
))}
</div>
@ -162,7 +162,7 @@ const SaveDiagramModal: React.FC<SaveDiagramModalProps> = ({
</span>
</div>
<div className="mt-1 text-xs text-gray-600">
{relationship.fromColumns.join(", ")} {relationship.toColumns.join(", ")}
{relationship.fromTable} {relationship.toTable}
</div>
</div>
<Badge variant="outline" className="text-xs">