diff --git a/public/app/features/alerting/unified/components/rule-editor/AnnotationsStep.tsx b/public/app/features/alerting/unified/components/rule-editor/AnnotationsStep.tsx index c03366740bc..b7ef11375f0 100644 --- a/public/app/features/alerting/unified/components/rule-editor/AnnotationsStep.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/AnnotationsStep.tsx @@ -19,7 +19,6 @@ import DashboardAnnotationField from './DashboardAnnotationField'; import { DashboardPicker, PanelDTO, getVisualPanels } from './DashboardPicker'; import { NeedHelpInfo } from './NeedHelpInfo'; import { RuleEditorSection } from './RuleEditorSection'; -import { NotificationMessageSectionExtension } from './alert-rule-form/extensions/NotificationMessageSectionExtension'; import { useDashboardQuery } from './useDashboardQuery'; const AnnotationsStep = () => { @@ -212,6 +211,7 @@ const AnnotationsStep = () => { ); })} +