Unverified Commit ef3195c2 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Update settings.js

parent 33ed083c
......@@ -18,7 +18,7 @@ class SettingsUI {
this.blockchain.event.register('transactionExecuted', (error, from, to, data, lookupOnly, txResult) => {
if (error) return
if (!lookupOnly) this.el.querySelector('#deployAndRunTransferValue').value = '0'
if (!lookupOnly) this.el.querySelector('#value').value = '0'
this.updateAccountBalances()
})
this._components = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment