mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
Inspect: Fix link to error tab from panel header (#26682)
This commit is contained in:
parent
3075b71848
commit
eb0b9de044
@ -74,7 +74,7 @@ export class PanelHeaderCorner extends Component<Props> {
|
||||
* Open the Panel Inspector when we click on an error
|
||||
*/
|
||||
onClickError = () => {
|
||||
getLocationSrv().update({ partial: true, query: { inspect: this.props.panel.id, tab: InspectTab.Error } });
|
||||
getLocationSrv().update({ partial: true, query: { inspect: this.props.panel.id, inspectTab: InspectTab.Error } });
|
||||
};
|
||||
|
||||
renderCornerType(infoMode: InfoMode, content: PopoverContent, onClick?: () => void) {
|
||||
|
Loading…
Reference in New Issue
Block a user