Commit d15074c8 by CalciumIon

fix: error page size opts

parent 97d0e6d2
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment