Skip to content

Commit

Permalink
register button disable fixed in event register page
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathvignesh authored and sharathvignesh committed Feb 6, 2017
1 parent 1877952 commit c252b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactJS/app/components/RegisterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ class RegisterComponent extends Component {
}}/>
<RaisedButton label={this.props.stepIndex === 2
? this.props.languageJson.register
: this.props.languageJson.next} primary={true} onTouchTap={this.stepIncrease}/>
: this.props.languageJson.next} primary={true} disabled={this.checkDisableFlag()} onTouchTap={this.stepIncrease}/>
</div>
</div>

Expand Down

0 comments on commit c252b57

Please sign in to comment.