1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00

Add Signature type to external integration utils

This commit is contained in:
Dean 2024-05-08 10:19:05 +01:00
parent cfe854b9fc
commit 877d23aeff

View file

@ -376,6 +376,7 @@ function copyExistingPropsOver(
case FieldType.ARRAY:
case FieldType.ATTACHMENTS:
case FieldType.ATTACHMENT_SINGLE:
case FieldType.SIGNATURE:
case FieldType.JSON:
case FieldType.BB_REFERENCE:
shouldKeepSchema = keepIfType(FieldType.JSON, FieldType.STRING)