diff --git a/packages/frontend-core/src/constants.js b/packages/frontend-core/src/constants.js index de1f906ba9..94e1dce237 100644 --- a/packages/frontend-core/src/constants.js +++ b/packages/frontend-core/src/constants.js @@ -118,7 +118,7 @@ export const ContextScopes = { export const TypeIconMap = { [FieldType.STRING]: "Text", [FieldType.OPTIONS]: "Dropdown", - [FieldType.DATETIME]: "Date", + [FieldType.DATETIME]: "Calendar", [FieldType.BARCODEQR]: "Camera", [FieldType.LONGFORM]: "TextAlignLeft", [FieldType.ARRAY]: "Duplicate",