fix: error page size opts

This commit is contained in:
CalciumIon
2024-12-31 15:51:15 +08:00
parent 4f196a62e1
commit e6ea5e59c0

View File

@@ -412,7 +412,7 @@ const RedemptionsTable = () => {
pageSize: pageSize,
total: tokenCount,
showSizeChanger: true,
pageSizeOpts: [2, 20, 50, 100],
pageSizeOpts: [10, 20, 50, 100],
formatPageText: (page) =>
t('第 {{start}} - {{end}} 条,共 {{total}} 条', {
start: page.currentStart,