diff --git a/public/app/features/explore/QueryEditor.tsx b/public/app/features/explore/QueryEditor.tsx index 6fc1106576c..7ad659ec784 100644 --- a/public/app/features/explore/QueryEditor.tsx +++ b/public/app/features/explore/QueryEditor.tsx @@ -53,6 +53,7 @@ export default class QueryEditor extends PureComponent { }; this.component = loader.load(this.element, scopeProps, template); + this.props.onQueryChange(target, false); } componentWillUnmount() {