Allow the login form to be submitted, and clarify other things
This commit is contained in:
parent
c15ee1a829
commit
d59ad605a6
3 changed files with 14 additions and 17 deletions
|
@ -67,7 +67,7 @@ module.exports = React.createClass({
|
|||
this._checkServerLiveliness(this.props.serverConfig);
|
||||
},
|
||||
|
||||
componentWillReceiveProps: async function(newProps) {
|
||||
componentWillReceiveProps: function(newProps) {
|
||||
if (newProps.serverConfig.hsUrl === this.props.serverConfig.hsUrl &&
|
||||
newProps.serverConfig.isUrl === this.props.serverConfig.isUrl) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue