mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-18 04:07:03 +02:00
fix issue 16226 to allow switching back to default HS. Signed-off-by: Dan Gwynne dangwynne1@gmail.com
This commit is contained in:
parent
a779951512
commit
591b50b1fb
@ -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…
Reference in New Issue
Block a user