fix: adjust table height

This commit is contained in:
Maël Gangloff
2024-12-24 18:32:15 +01:00
parent 18d0d6bdc5
commit 805d2d391c

View File

@@ -84,6 +84,7 @@ export function TrackedDomainTable() {
return <Table
style={{height: '80vh'}}
loading={total === undefined}
columns={columns}
dataSource={dataTable}