We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a61f6 commit 083c15dCopy full SHA for 083c15d
rcongui/src/pages/records/blacklists/index.jsx
@@ -207,7 +207,7 @@ const BlacklistRecords = () => {
207
</Grid>
208
<Grid size={12}>
209
<MyPagination
210
- pageSize={searchQuery.pageSize}
+ pageSize={searchQuery.page_size}
211
page={page}
212
setPage={setPage}
213
total={totalRecords}
@@ -223,7 +223,7 @@ const BlacklistRecords = () => {
223
224
225
226
227
228
229
0 commit comments