MixedDataSource: Added missing variable support flag (#30110)
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user