🍎 chore: modify pagination pageSizeOpts

This commit is contained in:
t0ng7u
2025-08-10 00:58:17 +08:00
parent ada434fb20
commit 459fce196f

View File

@@ -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);