fix page size for appeals table

This commit is contained in:
smanylov
2026-05-29 13:35:53 +07:00
parent e5a09cd676
commit 96808c4a12
+1 -1
View File
@@ -119,7 +119,7 @@ export async function fetchAppealsContentList(page?: number, size?: number, sort
message_body: {
action: 'all_appeals',
page: page,
pageSize: size,
page_size: size,
sort_by: sortBy || '',
sort_order: sortDirection || 'asc',
}