Fix mapping

This commit is contained in:
Adria Navarro 2024-03-27 10:29:38 +01:00
parent 39ac734edd
commit 1992fbc5d2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export const FieldTypeToComponentMap = {
[FieldType.LONGFORM]: "longformfield",
[FieldType.DATETIME]: "datetimefield",
[FieldType.ATTACHMENT]: "attachmentfield",
[FieldType.ATTACHMENT_SINGLE]: "attachmentfield",
[FieldType.ATTACHMENT_SINGLE]: "attachmentsinglefield",
[FieldType.LINK]: "relationshipfield",
[FieldType.JSON]: "jsonfield",
[FieldType.BARCODEQR]: "codescanner",