mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Switch back to first page when fetching new items (#55821)
This commit is contained in:
parent
66be6ffae8
commit
c71f4dd162
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ class SavedObjectFinderUi extends React.Component<
|
|||
if (query === this.state.query) {
|
||||
this.setState({
|
||||
isFetchingItems: false,
|
||||
page: 0,
|
||||
items: resp.savedObjects.map(savedObject => {
|
||||
const {
|
||||
attributes: { title },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue