diff --git a/public/app/features/alerting/unified/components/AlertManagerPicker.tsx b/public/app/features/alerting/unified/components/AlertManagerPicker.tsx index 01f91871397..782a7b8346b 100644 --- a/public/app/features/alerting/unified/components/AlertManagerPicker.tsx +++ b/public/app/features/alerting/unified/components/AlertManagerPicker.tsx @@ -33,16 +33,11 @@ export const AlertManagerPicker: FC = ({ onChange, current, disabled = fa ]; }, []); - // no need to show the picker if there's only one option - if (options.length === 1) { - return null; - } - return (