Fix propTypes name for onChange in MultiDataEntry

This commit is contained in:
Tom Russell 2019-10-02 12:28:35 +01:00
parent 1043d0e7a9
commit 34fb8a62c7

View File

@ -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