mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Adding paymentCollector back into edit form (#1799)
This commit is contained in:
parent
aa8dcdaa79
commit
b58cb36e00
@ -129,6 +129,11 @@ export default function FormEditMetadata({
|
||||
/>
|
||||
|
||||
<Field {...getFieldContent('tags', data)} component={Input} name="tags" />
|
||||
<Field
|
||||
{...getFieldContent('paymentCollector', data)}
|
||||
component={Input}
|
||||
name="paymentCollector"
|
||||
/>
|
||||
|
||||
<FormActions />
|
||||
</Form>
|
||||
|
Loading…
Reference in New Issue
Block a user