mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
DataLinks: encoded URL fixed (#66418)
This commit is contained in:
@@ -305,7 +305,7 @@ export class LinkSrv implements LinkService {
|
||||
};
|
||||
|
||||
if (replaceVariables) {
|
||||
info.href = replaceVariables(info.href, undefined, VariableFormatID.PercentEncode);
|
||||
info.href = replaceVariables(info.href, undefined, VariableFormatID.UriEncode);
|
||||
info.title = replaceVariables(link.title);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user