diff --git a/public/app/features/alerting/unified/components/AlertRuleDrawerForm.tsx b/public/app/features/alerting/unified/components/AlertRuleDrawerForm.tsx index 001ec34bfc0..c72b2a5feeb 100644 --- a/public/app/features/alerting/unified/components/AlertRuleDrawerForm.tsx +++ b/public/app/features/alerting/unified/components/AlertRuleDrawerForm.tsx @@ -10,6 +10,7 @@ import { getDefaultFormValues } from '../rule-editor/formDefaults'; import { RuleFormType, RuleFormValues } from '../types/rule-form'; import { RuleConditionSection } from './RuleConditionSection'; +import { RuleNotificationSection } from './RuleNotificationSection'; export interface AlertRuleDrawerFormProps { isOpen: boolean; @@ -35,6 +36,8 @@ export function AlertRuleDrawerForm({ isOpen, onClose, title }: AlertRuleDrawerF