mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: Have the tab param removed from the url when leaving edit mode #15485
This commit is contained in:
@@ -65,7 +65,7 @@ export class DashNav extends PureComponent<Props> {
|
||||
});
|
||||
} else {
|
||||
this.props.updateLocation({
|
||||
query: { panelId: null, edit: null, fullscreen: null },
|
||||
query: { panelId: null, edit: null, fullscreen: null, tab: null },
|
||||
partial: true,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user