mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
disable add input by default
This commit is contained in:
parent
1fa6303850
commit
411923373a
@ -207,6 +207,7 @@ export default function Add({
|
||||
!touched?.amount && setTouched({ amount: true })
|
||||
handleChange(e)
|
||||
}}
|
||||
disabled={!ocean}
|
||||
/>
|
||||
)}
|
||||
</Field>
|
||||
|
Loading…
Reference in New Issue
Block a user