1
0
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:
Jamie Hewitt 2022-11-29 05:20:51 +03:00 committed by GitHub
parent aa8dcdaa79
commit b58cb36e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,11 @@ export default function FormEditMetadata({
/> />
<Field {...getFieldContent('tags', data)} component={Input} name="tags" /> <Field {...getFieldContent('tags', data)} component={Input} name="tags" />
<Field
{...getFieldContent('paymentCollector', data)}
component={Input}
name="paymentCollector"
/>
<FormActions /> <FormActions />
</Form> </Form>