Skip to content
Snippets Groups Projects
Commit 9097eec9 authored by Lewis Liu's avatar Lewis Liu
Browse files

Added checkmark icon as placeholder for booleanfields

parent 0ca11cd0
No related branches found
No related tags found
No related merge requests found
......@@ -507,7 +507,8 @@ export const ICON_MAPPING = {
[LOCATION]: 'location',
[COORDINATE]: 'location',
[STRING]: 'string',
[NUMBER]: 'int'
[NUMBER]: 'int',
[BOOLEAN]: 'check'
};
export function getIconForField(field) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment