mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Made quotes consistent
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user