Skip to content

Commit

Permalink
Reset page after deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Mar 4, 2020
1 parent 82032b6 commit cd3fa15
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 cd3fa15

Please sign in to comment.