fix: #11
This commit is contained in:
parent
ea97a39aff
commit
5aef9e6d06
1 changed files with 3 additions and 1 deletions
|
@ -187,7 +187,9 @@ export default {
|
||||||
},
|
},
|
||||||
onSave() {
|
onSave() {
|
||||||
this.SAVE_RPC({ ...this.rpc, netId: this.netId })
|
this.SAVE_RPC({ ...this.rpc, netId: this.netId })
|
||||||
this.SAVE_RPC({ ...this.ethRpc, netId: 1 })
|
if (this.netId !== 1) {
|
||||||
|
this.SAVE_RPC({ ...this.ethRpc, netId: 1 })
|
||||||
|
}
|
||||||
this.$emit('close')
|
this.$emit('close')
|
||||||
},
|
},
|
||||||
onCancel() {
|
onCancel() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue