propagate initial state back to explore query runner

This commit is contained in:
Erik Sundell 2018-12-17 11:17:16 +01:00
parent 226e55b188
commit e84e6740e6

View File

@ -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() {