Commit 9630d812 by Torkel Ödegaard

Templating: Fixed loading React variable query editor (#16439)

Fixes #16439
parent 0968fbed
......@@ -54,6 +54,7 @@ export class DataSourcePlugin<TQuery extends DataQuery = DataQuery> {
this.components.ExploreQueryField = exports.ExploreQueryField;
this.components.ExploreStartPage = exports.ExploreStartPage;
this.components.QueryEditor = exports.QueryEditor;
this.components.VariableQueryEditor = exports.VariableQueryEditor;
}
}
......
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