[Synthetics] Fix Pagination error for stderr table (#169979)

This commit is contained in:
Shahzad 2023-10-27 11:18:55 +02:00 committed by GitHub
parent 7266ab52da
commit 5945ca8ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,6 +139,7 @@ export const StdErrorLogs = ({
}}
pagination={{
pageSize,
pageSizeOptions: [2, 5, 10, 20, 50],
}}
/>
</>