|
|
|
@ -23,7 +23,7 @@ export const SubmitButton: React.FC<Props> = ({ |
|
|
|
|
disabled={disable} |
|
|
|
|
> |
|
|
|
|
<CustomTooltip |
|
|
|
|
tooltipText={disable ? "Fill the fields with valid values" : "Click to proceed"} |
|
|
|
|
tooltipText={disable ? "Fill in the valid value(s) and select a supported network" : "Click to proceed"} |
|
|
|
|
tooltipId={'etherscan-submit-button-'+ dataId} |
|
|
|
|
tooltipTextClasses="border bg-light text-dark p-1 pr-3" |
|
|
|
|
placement='bottom' |
|
|
|
|