Skip to content

Commit

Permalink
fix: set next version host on host input change
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed Jun 15, 2021
1 parent 6cd1d8a commit 1af72ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/directives/views/accountMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1af72ab

Please sign in to comment.