|
|
|
@ -31,7 +31,7 @@ class ContractDropdownUI { |
|
|
|
|
if (success) { |
|
|
|
|
this.selectContractNames.removeAttribute('disabled') |
|
|
|
|
this.dropdownLogic.getCompiledContracts(compiler, compilerFullName).forEach((contract) => { |
|
|
|
|
contractNames.appendChild(yo`<option value="${contract.name}" compiler="${compilerFullName}">${contract.name} - ${file}</option>`) |
|
|
|
|
contractNames.appendChild(yo`<option value="${contract.name}" compiler="${compilerFullName}">${contract.name} - ${contract.file}</option>`) |
|
|
|
|
}) |
|
|
|
|
} else { |
|
|
|
|
this.selectContractNames.setAttribute('disabled', true) |
|
|
|
|