mirror of
https://github.com/oceanprotocol/react-tutorial
synced 2024-11-21 17:26:58 +01:00
fix Input DID
This commit is contained in:
parent
0ca13d408f
commit
107d1fa7d0
@ -144,12 +144,7 @@ export default function Compute({ ocean, web3 }) {
|
||||
|
||||
<p>
|
||||
<Label htmlFor="ddoAssetId">Asset DID</Label>
|
||||
<input
|
||||
type="text"
|
||||
id="ddoAssetId"
|
||||
value={ddoAssetId}
|
||||
onChange={updateDdoAssetId}
|
||||
/>
|
||||
<code id="ddoAssetId">{ddoAssetId}</code>
|
||||
</p>
|
||||
</ComputeSection>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user