mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 17:21:37 -05:00
Fix onChange function on MuiSelect component
This commit is contained in:
parent
66fd1aedaf
commit
3e033cdfbb
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ const MuiSelect = createReactClass({
|
|||
},
|
||||
|
||||
changeValue: function (value) {
|
||||
this.props.onChange(this.props.name, value);
|
||||
this.props.onChange(value);
|
||||
},
|
||||
|
||||
render: function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue