forked from tornadocash/classic-ui
fix: fill customRpc field while modal reopening
This commit is contained in:
parent
1f12d5eccd
commit
dce468cace
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user