Remove requirement on prop that is not required
parent
588338877d
commit
9a027c1156
|
@ -149,7 +149,7 @@ AnnotationPoint.propTypes = {
|
|||
dygraph: shape({}).isRequired,
|
||||
updateAnnotation: func.isRequired,
|
||||
updateAnnotationAsync: func.isRequired,
|
||||
staticLegendHeight: number.isRequired,
|
||||
staticLegendHeight: number,
|
||||
}
|
||||
|
||||
const mdtp = {
|
||||
|
|
Loading…
Reference in New Issue