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 12:20:28 +01:00 committed by GitHub
parent 1667ea118f
commit 4c8855ed2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ? (