We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438df5c commit ca97fa4Copy full SHA for ca97fa4
libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx
@@ -230,6 +230,10 @@ export function ContractDropdownUI (props: ContractDropdownProps) {
230
contractList[currentFile].forEach(contract => {
231
if (contract.alias === contractsRef.current.value) {
232
setCompilerName(contract.compilerName)
233
+ setContractOptions({
234
+ disabled: false,
235
+ title: <FormattedMessage id='udapp.contractOptionsTitle2' />
236
+ })
237
}
238
})
239
} else{
0 commit comments