aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/table/RelationGrid.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/table/RelationGrid.tsx')
-rw-r--r--subprojects/frontend/src/table/RelationGrid.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/frontend/src/table/RelationGrid.tsx b/subprojects/frontend/src/table/RelationGrid.tsx
index 4009a8b4..004982c9 100644
--- a/subprojects/frontend/src/table/RelationGrid.tsx
+++ b/subprojects/frontend/src/table/RelationGrid.tsx
@@ -96,6 +96,7 @@ function RelationGrid({ graph }: { graph: GraphStore }): JSX.Element {
96 graph, 96 graph,
97 }, 97 },
98 }} 98 }}
99 density="compact"
99 rowSelection={false} 100 rowSelection={false}
100 columns={columns} 101 columns={columns}
101 rows={rows} 102 rows={rows}