Skip to content

Commit

Permalink
feat: DrawBoundary map uses trash bin icon stead of arrow (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Dec 4, 2022
1 parent 74dac01 commit eb23acc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export default function Component(props: Props) {
showMarker
markerLatitude={Number(passport?.data?._address?.latitude)}
markerLongitude={Number(passport?.data?._address?.longitude)}
resetControlImage="trash"
osVectorTilesApiKey={process.env.REACT_APP_ORDNANCE_SURVEY_KEY}
/>
{!props.hideFileUpload && (
Expand Down

0 comments on commit eb23acc

Please sign in to comment.