mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
Merge pull request #12967 from franciscocpg/custom-all-value-variable-interpolation
Replacing variable interpolation in "All value" value
This commit is contained in:
commit
49f9276df0
@ -209,7 +209,7 @@ export class TemplateSrv {
|
||||
value = this.getAllValue(variable);
|
||||
// skip formatting of custom all values
|
||||
if (variable.allValue) {
|
||||
return value;
|
||||
return this.replace(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user