Skip to content

Commit

Permalink
Reset page after deleting (#59310) (#59364)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
Liza Katz and elasticmachine authored Mar 5, 2020
1 parent d4e4a0e commit bf4614d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export const SavedQueryManagementComponent: FunctionComponent<Props> = ({
}

await savedQueryService.deleteSavedQuery(savedQuery.id);
setActivePage(0);
};

const savedQueryPopoverButton = (
Expand Down

0 comments on commit bf4614d

Please sign in to comment.