Commit e84e6740 by Erik Sundell

propagate initial state back to explore query runner

parent 226e55b1
......@@ -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() {
......
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