Merge pull request #5561 from dangwynne/develop

fix issue 16226 to allow switching back to default HS.
pull/21833/head
Michael Telatynski 2021-01-22 01:18:32 +00:00 committed by GitHub
commit 67720b824e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {