Fix propTypes name for onChange in MultiDataEntry
This commit is contained in:
parent
1043d0e7a9
commit
34fb8a62c7
@ -13,7 +13,7 @@ class MultiDataEntry extends Component<any, any> { // TODO: add proper types
|
|||||||
value: PropTypes.arrayOf(PropTypes.string),
|
value: PropTypes.arrayOf(PropTypes.string),
|
||||||
placeholder: PropTypes.string,
|
placeholder: PropTypes.string,
|
||||||
disabled: PropTypes.bool,
|
disabled: PropTypes.bool,
|
||||||
handleChange: PropTypes.func,
|
onChange: PropTypes.func,
|
||||||
copy: PropTypes.bool,
|
copy: PropTypes.bool,
|
||||||
toggleCopyAttribute: PropTypes.func,
|
toggleCopyAttribute: PropTypes.func,
|
||||||
copying: PropTypes.bool
|
copying: PropTypes.bool
|
||||||
|
Loading…
Reference in New Issue
Block a user