mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
propagate initial state back to explore query runner
This commit is contained in:
parent
226e55b188
commit
e84e6740e6
@ -53,6 +53,7 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> {
|
||||
};
|
||||
|
||||
this.component = loader.load(this.element, scopeProps, template);
|
||||
this.props.onQueryChange(target, false);
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
|
Loading…
Reference in New Issue
Block a user