mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 18:13:32 -06:00
MixedDataSource: Added missing variable support flag (#30110)
This commit is contained in:
parent
cbce1f93ca
commit
89e3d95f1a
@ -240,6 +240,7 @@ export class QueryGroup extends PureComponent<Props, State> {
|
|||||||
onChange={this.onAddMixedQuery}
|
onChange={this.onAddMixedQuery}
|
||||||
current={null}
|
current={null}
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
|
variables={true}
|
||||||
onBlur={this.onMixedPickerBlur}
|
onBlur={this.onMixedPickerBlur}
|
||||||
openMenuOnFocus={true}
|
openMenuOnFocus={true}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user