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