Skip to content

Commit

Permalink
FieldTypes.LOCATION: map-marker (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeallbutt committed Mar 31, 2022
1 parent 529dc0f commit edc5faa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Field/FieldIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ const FieldIcon = ({ field, hide }) => {
iconType = "MaterialCommunityIcons";
iconName = "map-marker";
break;
case FieldTypes.LOCATION:
iconType = "MaterialCommunityIcons";
iconName = "map-marker";
break;
case FieldTypes.TEXTAREA: //TODO: why does this not work?
if (name.includes("list")) {
iconType = "MaterialCommunityIcons";
Expand Down

0 comments on commit edc5faa

Please sign in to comment.