diff --git a/packages/frontend-core/src/components/grid/lib/utils.js b/packages/frontend-core/src/components/grid/lib/utils.js index 12a46d3147..8382bfece8 100644 --- a/packages/frontend-core/src/components/grid/lib/utils.js +++ b/packages/frontend-core/src/components/grid/lib/utils.js @@ -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",