disable name textfield

pull/3747/head
Aniket-Engg 2 years ago committed by Aniket
parent 9e0604a7e4
commit 6d83611075
  1. 1
      apps/etherscan/src/app/views/VerifyView.tsx

@ -166,6 +166,7 @@ export const VerifyView: React.FC<Props> = ({
key={`contractArgName${index}`}
name={`contractArgName${index}`}
value={item.name}
disabled={true}
/>
<Field
className="form-control m-1"

Loading…
Cancel
Save