diff --git a/public/app/features/alerting/unified/Receivers.tsx b/public/app/features/alerting/unified/Receivers.tsx index 0ed184c1d4a..6eff867f0f1 100644 --- a/public/app/features/alerting/unified/Receivers.tsx +++ b/public/app/features/alerting/unified/Receivers.tsx @@ -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 ? (