mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
mini fix
This commit is contained in:
parent
dcb7f0d492
commit
b7ba73819c
@ -72,7 +72,8 @@ export class PanelEditor extends React.Component<PanelEditorProps, any> {
|
||||
};
|
||||
|
||||
render() {
|
||||
const activeTab: string = store.view.query.get('tab') || 'queries';
|
||||
const { location } = store.getState();
|
||||
const activeTab = location.query.tab || 'queries';
|
||||
|
||||
return (
|
||||
<div className="tabbed-view tabbed-view--new">
|
||||
|
Loading…
Reference in New Issue
Block a user