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
1 changed files with 5 additions and 0 deletions

View File

@ -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>