fixes button disability

pull/2241/head
Aniket-Engg 3 years ago committed by yann300
parent a8e7ac806b
commit cc0c0f0de0
  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