mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: adjust table height
This commit is contained in:
@@ -84,6 +84,7 @@ export function TrackedDomainTable() {
|
||||
|
||||
|
||||
return <Table
|
||||
style={{height: '80vh'}}
|
||||
loading={total === undefined}
|
||||
columns={columns}
|
||||
dataSource={dataTable}
|
||||
|
||||
Reference in New Issue
Block a user