diff --git a/public/app/features/dashboard/components/SubMenu/Annotations.tsx b/public/app/features/dashboard/components/SubMenu/Annotations.tsx index 791ff7611ad..da2026e6040 100644 --- a/public/app/features/dashboard/components/SubMenu/Annotations.tsx +++ b/public/app/features/dashboard/components/SubMenu/Annotations.tsx @@ -23,7 +23,7 @@ export const Annotations: FunctionComponent = ({ annotations, onAnnotatio return (
- onAnnotationChanged(annotation)} /> + onAnnotationChanged(annotation)} />
);