tooltip fot selected network

pull/3818/head
Aniket-Engg 1 year ago committed by Aniket
parent f024174728
commit 2c99e11710
  1. 6
      apps/etherscan/src/app/views/VerifyView.tsx

@ -112,6 +112,11 @@ export const VerifyView: React.FC<Props> = ({
return (<form onSubmit={handleSubmit}> return (<form onSubmit={handleSubmit}>
<div className="form-group"> <div className="form-group">
<label htmlFor="network">Selected Network</label> <label htmlFor="network">Selected Network</label>
<CustomTooltip
tooltipText="Network is fetched from 'Deploy and Run Transactions' plugin's ENVIRONMENT field"
tooltipId='etherscan-impl-address2'
placement='bottom'
>
<Field <Field
className="form-control" className="form-control"
type="text" type="text"
@ -119,6 +124,7 @@ export const VerifyView: React.FC<Props> = ({
value={networkName} value={networkName}
disabled={true} disabled={true}
/> />
</CustomTooltip>
</div> </div>
<div className="form-group"> <div className="form-group">

Loading…
Cancel
Save