fix: set next version host on host input change

This commit is contained in:
Antonella Sgarlatta
2021-06-15 17:15:48 -03:00
parent 6cd1d8a688
commit 1af72abe23

View File

@@ -229,6 +229,7 @@ class AccountMenuCtrl extends PureViewCtrl<unknown, AccountMenuState> {
onHostInputChange() {
const url = this.getState().formData.url!;
this.application!.setHost(url);
this.application!.setNextVersionHost(url);
}
refreshEncryptionStatus() {