From 63692fec55ce0fdfe809113404e882700838d2c5 Mon Sep 17 00:00:00 2001 From: Alexander Akhmetov Date: Fri, 19 Sep 2025 14:20:50 +0200 Subject: [PATCH] Alerting: Add AlertEnrichment to the ProvisionedResource enum (#111354) --- public/app/features/alerting/unified/components/Provisioning.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/alerting/unified/components/Provisioning.tsx b/public/app/features/alerting/unified/components/Provisioning.tsx index e6cc5b3044e..73beb8a0865 100644 --- a/public/app/features/alerting/unified/components/Provisioning.tsx +++ b/public/app/features/alerting/unified/components/Provisioning.tsx @@ -9,6 +9,7 @@ export enum ProvisionedResource { MuteTiming = 'time interval', AlertRule = 'alert rule', RootNotificationPolicy = 'root notification policy', + AlertEnrichment = 'alert enrichment', } // we'll omit the props we don't want consumers to overwrite and forward the others to the alert component