|
|
@ -509,17 +509,12 @@ export function ContractDropdownUI(props: ContractDropdownProps) { |
|
|
|
<div className="pt-2 d-flex flex-column sudapp_button udapp_atAddressSect"> |
|
|
|
<div className="pt-2 d-flex flex-column sudapp_button udapp_atAddressSect"> |
|
|
|
<div className="d-flex flex-row"> |
|
|
|
<div className="d-flex flex-row"> |
|
|
|
<CustomTooltip placement={'top-end'} tooltipClasses="text-wrap text-left" tooltipId="runAndDeployAddresstooltip" tooltipText={atAddressOptions.title}> |
|
|
|
<CustomTooltip placement={'top-end'} tooltipClasses="text-wrap text-left" tooltipId="runAndDeployAddresstooltip" tooltipText={atAddressOptions.title}> |
|
|
|
<div |
|
|
|
<div id="runAndDeployAtAdressButtonContainer" data-title={atAddressOptions.title}> |
|
|
|
style={!atAddressOptions.disabled ? { cursor: 'pointer' } : { cursor: 'default' }} |
|
|
|
|
|
|
|
id="runAndDeployAtAdressButtonContainer" |
|
|
|
|
|
|
|
onClick={loadFromAddress} |
|
|
|
|
|
|
|
data-title={atAddressOptions.title} |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
<button |
|
|
|
<button |
|
|
|
className="udapp_atAddress btn-sm py-2 btn-primary" |
|
|
|
className="udapp_atAddress btn-sm py-2 btn-primary" |
|
|
|
id="runAndDeployAtAdressButton" |
|
|
|
id="runAndDeployAtAdressButton" |
|
|
|
disabled={atAddressOptions.disabled} |
|
|
|
disabled={atAddressOptions.disabled} |
|
|
|
style={{ pointerEvents: 'none', border: 'none' }} |
|
|
|
style={{ border: 'none' }} |
|
|
|
onClick={loadFromAddress} |
|
|
|
onClick={loadFromAddress} |
|
|
|
data-title={atAddressOptions.title} |
|
|
|
data-title={atAddressOptions.title} |
|
|
|
> |
|
|
|
> |
|
|
|