mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
add initial price value for not supported price assets (#1851)
This commit is contained in:
parent
285c79ddb1
commit
5ef0594927
@ -179,7 +179,7 @@ export default function Edit({
|
||||
initialValues={getInitialValues(
|
||||
asset?.metadata,
|
||||
asset?.services[0]?.timeout,
|
||||
asset?.accessDetails?.price,
|
||||
asset?.accessDetails?.price || '0',
|
||||
paymentCollector
|
||||
)}
|
||||
validationSchema={validationSchema}
|
||||
|
Loading…
x
Reference in New Issue
Block a user