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