Display "Attachment" on UI

This commit is contained in:
Adria Navarro 2024-04-04 13:54:45 +02:00
parent a1a06b5d18
commit 5a82de01dd
1 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,10 @@
label: "Long Form Text",
value: FIELDS.LONGFORM.type,
},
{
label: "Attachment",
value: FIELDS.ATTACHMENT.type,
},
{
label: "User",
value: `${FIELDS.USER.type}${FIELDS.USER.subtype}`,