Commit 58af8ed6 by t0ng7u

馃崕 chore: modify pagination pageSizeOpts

parent 8a310744
......@@ -554,7 +554,7 @@ const MultiKeyManageModal = ({
total: total,
showSizeChanger: true,
showQuickJumper: true,
pageSizeOptions: ['10', '20', '50', '100'],
pageSizeOpts: [10, 20, 50, 100],
onChange: (page, size) => {
setCurrentPage(page);
loadKeyStatus(page, size);
......
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