1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Fix mapping

This commit is contained in:
Adria Navarro 2024-03-27 10:29:38 +01:00
parent 39ac734edd
commit 1992fbc5d2

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",