From ba2fa3434ec221173d29e6c628d998269e5faefb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Mon, 26 Apr 2021 09:05:22 +0200 Subject: [PATCH] Annotations: fixes reversed switch (#33362) --- .../app/features/dashboard/components/SubMenu/Annotations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} />
);