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

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)