From 89e3d95f1a38200fe509db0b86715eb19d9ad466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 8 Jan 2021 15:30:57 +0100 Subject: [PATCH] MixedDataSource: Added missing variable support flag (#30110) --- public/app/features/query/components/QueryGroup.tsx | 1 + 1 file changed, 1 insertion(+) 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} />