Skip to content

Commit 60d033c

Browse files
committed
fix: pagination
1 parent a939cba commit 60d033c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/NetworkTables.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function NetworkTables() {
6262
size="small"
6363
scroll={{ x: true }}
6464
rowKey="countryCode"
65-
pagination={{ pageSize: 15, showSizeChanger: false }}
65+
pagination={{ pageSize: 15, showSizeChanger: false, size: 'medium' }}
6666
/>
6767
</Col>
6868
<Col xs={24} xl={12}>
@@ -74,7 +74,7 @@ export default function NetworkTables() {
7474
size="small"
7575
scroll={{ x: true }}
7676
rowKey="asn"
77-
pagination={{ pageSize: 15, showSizeChanger: false }}
77+
pagination={{ pageSize: 15, showSizeChanger: false, size: 'medium' }}
7878
/>
7979
</Col>
8080
</Row>

0 commit comments

Comments
 (0)