This commit is contained in:
Belen Curcio
2017-10-12 10:08:21 -03:00
parent c5cee13bd7
commit c4e3904a95
+2 -2
View File
@@ -15,9 +15,9 @@ class Dropdown extends React.Component {
};
}
setValue = (value, label) => {
setValue = (value) => {
if (this.props.onChange) {
this.props.onChange(value, label);
this.props.onChange(value);
}
this.setState({