diff --git a/public/app/features/query/components/QueryGroup.tsx b/public/app/features/query/components/QueryGroup.tsx index 7ed9c2eb69b..282583dce03 100644 --- a/public/app/features/query/components/QueryGroup.tsx +++ b/public/app/features/query/components/QueryGroup.tsx @@ -240,6 +240,7 @@ export class QueryGroup extends PureComponent { onChange={this.onAddMixedQuery} current={null} autoFocus={true} + variables={true} onBlur={this.onMixedPickerBlur} openMenuOnFocus={true} />