mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Dashboard] Page now resets to zero when rows per page is changed in "Add from Library" panel (#118627) (#118737)
* Page now resets to 0 when rows per page is changed. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
This commit is contained in:
parent
6711e57c71
commit
942f0467a9
1 changed files with 1 additions and 0 deletions
|
@ -512,6 +512,7 @@ class SavedObjectFinderUi extends React.Component<
|
|||
}}
|
||||
onChangeItemsPerPage={(perPage) => {
|
||||
this.setState({
|
||||
page: 0,
|
||||
perPage,
|
||||
});
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue