mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
fix variable interpolation
This commit is contained in:
@ -207,7 +207,7 @@ export class PostgresQueryCtrl extends QueryCtrl {
|
||||
segments.unshift(
|
||||
this.uiSegmentSrv.newSegment({
|
||||
type: 'template',
|
||||
value: '/^$' + variable.name + '$/',
|
||||
value: '$' + variable.name,
|
||||
expandable: true,
|
||||
})
|
||||
);
|
||||
|
Reference in New Issue
Block a user