fix issue 16226 to allow switching back to default HS. Signed-off-by: Dan Gwynne dangwynne1@gmail.com

pull/21833/head
Dan 2021-01-21 21:51:22 +00:00
parent a779951512
commit 591b50b1fb
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
return;
}
this.props.onFinished(this.validatedConf);
this.props.onFinished(this.state.defaultChosen ? this.defaultServer : this.validatedConf);
};
public render() {