1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 05:41:41 +02:00

disable add input by default

This commit is contained in:
Matthias Kretschmann 2020-10-26 18:31:54 +01:00
parent 1fa6303850
commit 411923373a
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -207,6 +207,7 @@ export default function Add({
!touched?.amount && setTouched({ amount: true })
handleChange(e)
}}
disabled={!ocean}
/>
)}
</Field>