Attachment single does require a mapping. Clearing it to an empty string is invalid. It has been changed to null
This commit is contained in:
parent
7d274e5a84
commit
77ca85f140
|
@ -120,6 +120,9 @@ export const TYPE_TRANSFORM_MAP: any = {
|
|||
[undefined]: undefined,
|
||||
parse: parseArrayString,
|
||||
},
|
||||
[FieldType.ATTACHMENT_SINGLE]: {
|
||||
"": null,
|
||||
},
|
||||
[FieldType.BOOLEAN]: {
|
||||
"": null,
|
||||
//@ts-ignore
|
||||
|
|
Loading…
Reference in New Issue