Merge pull request #3093 from matrix-org/jryans/is-down-blocks-reg
Allow registration to submit for non-fatal errors
This commit is contained in:
commit
3dee682048
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ module.exports = React.createClass({
|
|||
onEditServerDetailsClick={onEditServerDetailsClick}
|
||||
flows={this.state.flows}
|
||||
serverConfig={this.props.serverConfig}
|
||||
canSubmit={this.state.serverIsAlive && !this.state.serverErrorIsFatal}
|
||||
canSubmit={!this.state.serverErrorIsFatal}
|
||||
/>;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue