Commit 89e3d95f by Torkel Ödegaard Committed by GitHub

MixedDataSource: Added missing variable support flag (#30110)

parent cbce1f93
......@@ -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}
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment