From bfed7d92c105a0264ed4e3208a7ab693bbda112e Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Wed, 4 Mar 2020 16:18:14 +0000 Subject: [PATCH] Added default for web3 --- src/app/tabs/runTab/contractDropdown.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/tabs/runTab/contractDropdown.js b/src/app/tabs/runTab/contractDropdown.js index eebe65fdc8..8f07fa5162 100644 --- a/src/app/tabs/runTab/contractDropdown.js +++ b/src/app/tabs/runTab/contractDropdown.js @@ -66,6 +66,8 @@ class ContractDropdownUI { } else { if (this.exEnvironment === 'vm') { this.setCheckedState(false) + } else if (this.exEnvironment === 'web3') { + this.setCheckedState(false) } else if (this.exEnvironment === 'injected') { if (this.networkName === 'Main') { // select publish to ipfs by default for mainnet