Skip to content

Commit

Permalink
[APM] Blank page when navigating to errors metadata (#104322)
Browse files Browse the repository at this point in the history
* using history.location instead of location

* removing consoles
  • Loading branch information
cauemarcondes committed Jul 6, 2021
1 parent 57fdadb commit 434568a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ export function DetailView({ errorGroup, urlParams }: Props) {
<EuiTab
onClick={() => {
history.replace({
...location,
...history.location,
search: fromQuery({
...toQuery(location.search),
...toQuery(history.location.search),
detailTab: key,
}),
});
Expand Down

0 comments on commit 434568a

Please sign in to comment.