mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-20 11:51:18 +02:00
Merge pull request #5561 from dangwynne/develop
fix issue 16226 to allow switching back to default HS.
This commit is contained in:
commit
67720b824e
@ -157,7 +157,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.props.onFinished(this.validatedConf);
|
this.props.onFinished(this.state.defaultChosen ? this.defaultServer : this.validatedConf);
|
||||||
};
|
};
|
||||||
|
|
||||||
public render() {
|
public render() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user