This commit is contained in:
Adria Navarro 2024-04-03 12:43:51 +02:00
parent fba24987af
commit a6c56c35d4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export const getColor = (idx, opacity = 0.3) => {
}
const TypeIconMap = {
text: "Text",
[FieldType.STRING]: "Text",
[FieldType.OPTIONS]: "Dropdown",
[FieldType.DATETIME]: "Date",
[FieldType.BARCODEQR]: "Camera",