Single attachment cell

This commit is contained in:
Adria Navarro 2024-03-26 11:05:06 +01:00
parent f7c7ee91e2
commit 7523cf8be3
1 changed files with 1 additions and 0 deletions

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