From 2e1229b908fb4d65808b7dcdde3a43970264609f Mon Sep 17 00:00:00 2001 From: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:51:00 +0100 Subject: [PATCH] Alerting: Fix child provisioned polices not being rendered as provisioned (#81449) Fix child provisioned polices not being rendered as provisioned --- .../alerting/unified/components/notification-policies/Policy.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/alerting/unified/components/notification-policies/Policy.tsx b/public/app/features/alerting/unified/components/notification-policies/Policy.tsx index d4cb411e1bc..1266590af80 100644 --- a/public/app/features/alerting/unified/components/notification-policies/Policy.tsx +++ b/public/app/features/alerting/unified/components/notification-policies/Policy.tsx @@ -283,6 +283,7 @@ const Policy = (props: PolicyComponentProps) => { routesMatchingFilters={routesMatchingFilters} matchingInstancesPreview={matchingInstancesPreview} isAutoGenerated={isThisChildAutoGenerated} + provisioned={provisioned} /> ); })}