fix: 只有一页时不隐藏分页栏,确保用户可以更改 pagesize (#613)

This commit is contained in:
HeroWong 2021-08-26 21:27:22 +08:00 committed by GitHub
parent 1e58254f4c
commit 47bba19bec

View File

@ -635,7 +635,6 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
<Table
columns={columns}
pagination={{
hideOnSinglePage: true,
current: currentPage,
onChange: onPageChange,
pageSize: pageSize,