Commit 2039278a by Torkel Ödegaard Committed by GitHub

Merge pull request #15807 from jsferrei/angular-plugin-onquerychange

Expose onQueryChange to angular plugins
parents 3aad4e21 a3da8dc6
......@@ -43,6 +43,9 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> {
this.props.onQueryChange(target);
this.props.onExecuteQuery();
},
onQueryChange: () => {
this.props.onQueryChange(target);
},
events: exploreEvents,
panel: { datasource, targets: [target] },
dashboard: {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment