mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
fix: 只有一页时不隐藏分页栏,确保用户可以更改 pagesize (#613)
This commit is contained in:
parent
1e58254f4c
commit
47bba19bec
|
@ -635,7 +635,6 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
|
|||
<Table
|
||||
columns={columns}
|
||||
pagination={{
|
||||
hideOnSinglePage: true,
|
||||
current: currentPage,
|
||||
onChange: onPageChange,
|
||||
pageSize: pageSize,
|
||||
|
|
Loading…
Reference in New Issue
Block a user