diff --git a/ui/src/shared/components/AnnotationPoint.js b/ui/src/shared/components/AnnotationPoint.js index 84a7fdbe35..98dcfb526d 100644 --- a/ui/src/shared/components/AnnotationPoint.js +++ b/ui/src/shared/components/AnnotationPoint.js @@ -149,7 +149,7 @@ AnnotationPoint.propTypes = { dygraph: shape({}).isRequired, updateAnnotation: func.isRequired, updateAnnotationAsync: func.isRequired, - staticLegendHeight: number.isRequired, + staticLegendHeight: number, } const mdtp = {