mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Synthetics] Fix Pagination error for stderr table (#169979)
This commit is contained in:
parent
7266ab52da
commit
5945ca8ad7
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ export const StdErrorLogs = ({
|
|||
}}
|
||||
pagination={{
|
||||
pageSize,
|
||||
pageSizeOptions: [2, 5, 10, 20, 50],
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue