mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: InfluxDB Query Editor and selecting template variable in where clause caused issue, fixes #10402, fixes #10663
This commit is contained in:
@@ -255,7 +255,7 @@ export class InfluxQueryCtrl extends QueryCtrl {
|
||||
for (let variable of this.templateSrv.variables) {
|
||||
segments.unshift(
|
||||
this.uiSegmentSrv.newSegment({
|
||||
type: 'template',
|
||||
type: 'value',
|
||||
value: '/^$' + variable.name + '$/',
|
||||
expandable: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user