Skip to content

Commit

Permalink
Reset page after deleting (#59310)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
Liza Katz and elasticmachine authored Mar 4, 2020
1 parent 20d1c55 commit 3649798
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 3649798

Please sign in to comment.