mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[APM] Blank page when navigating to errors metadata (#104322)
* using history.location instead of location * removing consoles
This commit is contained in:
parent
57fdadbbec
commit
434568abe4
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
}),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue