Alerting: Fix contact point name being URL-encoded in the title (#64590)

Fix contact point name being encoded in the title text
This commit is contained in:
Sonia Aguilar
2023-03-10 06:20:28 -05:00
committed by GitHub
parent 1667ea118f
commit 4c8855ed2d
@@ -96,8 +96,7 @@ const Receivers = () => {
const integrationsErrorCount = contactPointsState?.errorCount ?? 0;
const disableAmSelect = !isRoot;
let pageNav = getPageNavigationModel(type, id, isduplicatingTemplate);
let pageNav = getPageNavigationModel(type, id ? decodeURIComponent(id) : undefined, isduplicatingTemplate);
if (!alertManagerSourceName) {
return isRoot ? (