modified: frontend/src/pages/DatabaseSchema.tsx
This commit is contained in:
@@ -49,7 +49,7 @@ function TableNode({ data }: { data: TableInfo & Record<string, unknown> }) {
|
||||
</div>
|
||||
|
||||
<div className="divide-y divide-gray-100">
|
||||
{data.columns.map((col, index) => (
|
||||
{data.columns.map((col) => (
|
||||
<div
|
||||
key={col.name}
|
||||
className="px-3 py-1.5 text-xs flex items-center gap-2 hover:bg-gray-50 cursor-default relative"
|
||||
|
||||
Reference in New Issue
Block a user