From 4bc89cfdfbcfda2e1e194d9f7707e00bb3344132 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Thu, 20 May 2021 16:15:51 +1200 Subject: [PATCH] fix pageSizes error --- html/src/app.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index 93e45555..bed37f00 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -6901,7 +6901,13 @@ speechSynthesis.getVoices(); pageSize: 10, paginationProps: { small: true, - layout: 'prev,pager,next' + layout: 'prev,pager,next', + pageSizes: [ + 10, + 25, + 50, + 100 + ] } }; $app.data.downloadQueueTable = {