Alerting: disable error alerts in Filter V2 (#110269)

disable error notifications
This commit is contained in:
Lauren
2025-08-28 12:43:44 +01:00
committed by GitHub
parent abc1033b11
commit 2e02596350
@@ -54,6 +54,7 @@ export function useNamespaceAndGroupOptions(): {
ruleSource: { uid: ds.uid },
excludeAlerts: true,
groupLimit: 500,
notificationOptions: { showErrorAlert: false },
})
);