fixes button disability

pull/5370/head
Aniket-Engg 3 years ago committed by yann300
parent 732ad0df96
commit 7aef40fc52
  1. 2
      libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx

@ -162,7 +162,7 @@ export function ContractDropdownUI (props: ContractDropdownProps) {
if (!value) {
enableAtAddress(false)
} else {
if (atAddressOptions.disabled && (loadType === 'sol' || loadType === 'abi')) {
if (loadType === 'sol' || loadType === 'abi') {
enableAtAddress(true)
} else {
enableAtAddress(false)

Loading…
Cancel
Save