diff --git a/public/app/features/alerting/unified/components/rule-editor/AnnotationHeaderField.tsx b/public/app/features/alerting/unified/components/rule-editor/AnnotationHeaderField.tsx index 02b8087cf64..7f6ed397714 100644 --- a/public/app/features/alerting/unified/components/rule-editor/AnnotationHeaderField.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/AnnotationHeaderField.tsx @@ -12,17 +12,19 @@ const AnnotationHeaderField = ({ annotations, annotation, index, + labelId, }: { annotationField: FieldArrayWithId; annotations: Array<{ key: string; value: string }>; annotation: Annotation; index: number; + labelId: string; }) => { const { control } = useFormContext(); return ( -