fix: fill customRpc field while modal reopening
This commit is contained in:
parent
1f12d5eccd
commit
dce468cace
1 changed files with 3 additions and 1 deletions
|
@ -99,7 +99,9 @@ export default {
|
|||
this.selectedRpc = this.rpc.name
|
||||
|
||||
if (this.selectedRpc === 'custom') {
|
||||
this.$nextTick(() => {
|
||||
this.customRpcUrl = this.rpc.url
|
||||
})
|
||||
}
|
||||
|
||||
this.checkRpc(this.rpc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue