Skip to content

Commit 197f86c

Browse files
committed
Fixed issue when changing network
1 parent 5ab9a6f commit 197f86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xServer.UI/src/app/shared/components/main-menu/main-menu.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export class MainMenuComponent implements OnInit, OnDestroy {
203203

204204
applyNetworkChange() {
205205
this.changeNetwork = false;
206-
const selectedNetwork = this.networkForm.get('selectNetwork').value.value;
206+
const selectedNetwork = this.networkForm.get('selectNetwork').value;
207207
console.log(this.appState.network);
208208
console.log(selectedNetwork);
209209
if (selectedNetwork !== undefined && this.appState.network !== selectedNetwork) {

0 commit comments

Comments
 (0)