Skip to content

Commit 083c15d

Browse files
author
Zarrewitch
committed
fix: should use default pagesize
1 parent c5a61f6 commit 083c15d

File tree

1 file changed

+2
-2
lines changed
  • rcongui/src/pages/records/blacklists

1 file changed

+2
-2
lines changed

rcongui/src/pages/records/blacklists/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const BlacklistRecords = () => {
207207
</Grid>
208208
<Grid size={12}>
209209
<MyPagination
210-
pageSize={searchQuery.pageSize}
210+
pageSize={searchQuery.page_size}
211211
page={page}
212212
setPage={setPage}
213213
total={totalRecords}
@@ -223,7 +223,7 @@ const BlacklistRecords = () => {
223223
</Grid>
224224
<Grid size={12}>
225225
<MyPagination
226-
pageSize={searchQuery.pageSize}
226+
pageSize={searchQuery.page_size}
227227
page={page}
228228
setPage={setPage}
229229
total={totalRecords}

0 commit comments

Comments
 (0)