fix: fill customRpc field while modal reopening

This commit is contained in:
Pasha8914 2022-06-15 15:11:23 +10:00 committed by Danil Kovtonyuk
parent 1f12d5eccd
commit dce468cace
1 changed files with 3 additions and 1 deletions

View File

@ -99,7 +99,9 @@ export default {
this.selectedRpc = this.rpc.name
if (this.selectedRpc === 'custom') {
this.customRpcUrl = this.rpc.url
this.$nextTick(() => {
this.customRpcUrl = this.rpc.url
})
}
this.checkRpc(this.rpc)