mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -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}
|
||||
current={null}
|
||||
autoFocus={true}
|
||||
variables={true}
|
||||
onBlur={this.onMixedPickerBlur}
|
||||
openMenuOnFocus={true}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user