Add missing proptype
parent
a0b50352d2
commit
4f1a1ea57e
|
@ -35,7 +35,7 @@ class PersistentLegend extends Component {
|
|||
}
|
||||
}
|
||||
|
||||
const {func} = PropTypes
|
||||
const {func, shape} = PropTypes
|
||||
|
||||
PersistentLegend.propTypes = {dygraph: shape({})}
|
||||
|
||||
|
|
Loading…
Reference in New Issue