mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
Made quotes consistent
This commit is contained in:
parent
849ac9441a
commit
89cf32b160
@ -244,7 +244,7 @@ function (angular, _, dateMath) {
|
||||
|
||||
var interpolated;
|
||||
try {
|
||||
interpolated = templateSrv.replace(query, {}, "distributed");
|
||||
interpolated = templateSrv.replace(query, {}, 'distributed');
|
||||
}
|
||||
catch (err) {
|
||||
return $q.reject(err);
|
||||
|
Loading…
Reference in New Issue
Block a user