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