diff --git a/public/app/features/alerting/unified/components/rules/Filter/useRuleFilterAutocomplete.ts b/public/app/features/alerting/unified/components/rules/Filter/useRuleFilterAutocomplete.ts index 8210080a1d8..98b669b103c 100644 --- a/public/app/features/alerting/unified/components/rules/Filter/useRuleFilterAutocomplete.ts +++ b/public/app/features/alerting/unified/components/rules/Filter/useRuleFilterAutocomplete.ts @@ -54,6 +54,7 @@ export function useNamespaceAndGroupOptions(): { ruleSource: { uid: ds.uid }, excludeAlerts: true, groupLimit: 500, + notificationOptions: { showErrorAlert: false }, }) );