Skip to content

Commit

Permalink
refactor: change List Map comp to use Trash icon (#3809)
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 authored Oct 16, 2024
1 parent cb0f687 commit e679bf9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const MapFieldInput: React.FC<Props<MapField>> = (props) => {
maxZoom={23}
latitude={Number(passport?.data?._address?.latitude)}
longitude={Number(passport?.data?._address?.longitude)}
resetControlImage="trash"
osProxyEndpoint={`${
import.meta.env.VITE_APP_API_URL
}/proxy/ordnance-survey`}
Expand Down

0 comments on commit e679bf9

Please sign in to comment.