mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 12:20:24 -04:00
Merge pull request #1219 from mewtaylor/issue/gh-1196-follow-up
GH-1196 Follow Up: Update `otherDisabled` check
This commit is contained in:
commit
8516c3a361
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ module.exports = {
|
|||
return options;
|
||||
},
|
||||
onChooseOrganization: function (name, values) {
|
||||
this.setState({otherDisabled: values.indexOf(this.organizationL10nStems.indexOf('orgChoiceOther')) === -1});
|
||||
this.setState({otherDisabled: values.indexOf(this.organizationL10nStems.length) === -1});
|
||||
},
|
||||
render: function () {
|
||||
var formatMessage = this.props.intl.formatMessage;
|
||||
|
|
Loading…
Add table
Reference in a new issue