1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00

Single attachment cell

This commit is contained in:
Adria Navarro 2024-03-26 11:05:06 +01:00
parent f7c7ee91e2
commit 7523cf8be3

View file

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