mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
Templating: Fixed loading React variable query editor (#16439)
Fixes #16439
This commit is contained in:
parent
0968fbed49
commit
9630d812b8
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user