MixedDataSource: Added missing variable support flag (#30110)

This commit is contained in:
Torkel Ödegaard
2021-01-08 15:30:57 +01:00
committed by GitHub
parent cbce1f93ca
commit 89e3d95f1a

View File

@@ -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}
/>