From 459fce196f8126731e5c23679a9a81c596962aab Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Sun, 10 Aug 2025 00:58:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8E=20chore:=20modify=20pagination=20p?= =?UTF-8?q?ageSizeOpts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/table/channels/modals/MultiKeyManageModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/table/channels/modals/MultiKeyManageModal.jsx b/web/src/components/table/channels/modals/MultiKeyManageModal.jsx index e185a1b8..52a8324a 100644 --- a/web/src/components/table/channels/modals/MultiKeyManageModal.jsx +++ b/web/src/components/table/channels/modals/MultiKeyManageModal.jsx @@ -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);