Make sure the url options show up correctly in the modal.

dependabot/npm_and_yarn/Src/WebController/UI/websocket-extensions-0.1.4
Andras Toth 2020-05-14 10:35:28 +01:00
parent e1b35c94a5
commit 35b8eea070
1 changed files with 5 additions and 0 deletions

View File

@ -106,5 +106,10 @@ export default class OptionsModal extends Mixins(C3) {
this.setBasePort(this.c3Port);
}
}
created() {
this.c3Url = this.getUrl;
this.c3Port = parseInt(this.getPort);
}
}
</script>