diff --git a/public/app/features/alerting/unified/components/admin/ExternalAlertmanagers.tsx b/public/app/features/alerting/unified/components/admin/ExternalAlertmanagers.tsx index 9c5002eadc6..1f7e3833248 100644 --- a/public/app/features/alerting/unified/components/admin/ExternalAlertmanagers.tsx +++ b/public/app/features/alerting/unified/components/admin/ExternalAlertmanagers.tsx @@ -136,8 +136,6 @@ export const ExternalAlertmanagers = () => { }; const noAlertmanagers = externalAlertManagers?.length === 0; - const noDsAlertmanagers = externalDsAlertManagers?.length === 0; - const hasExternalAlertmanagers = !(noAlertmanagers && noDsAlertmanagers); return (
@@ -155,20 +153,18 @@ export const ExternalAlertmanagers = () => { inactive={alertmanagersChoice === AlertmanagerChoice.Internal} /> - {hasExternalAlertmanagers && ( -
- - onChangeAlertmanagerChoice(value!)} - /> - -
- )} +
+ + onChangeAlertmanagerChoice(value!)} + /> + +
Alertmanagers by URL