From eb23acc7b4568a628aeea239be07d9e24ffbc6f7 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Sun, 4 Dec 2022 20:15:29 +0100 Subject: [PATCH] feat: DrawBoundary map uses trash bin icon stead of arrow (#1306) --- .../src/@planx/components/DrawBoundary/Public/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/editor.planx.uk/src/@planx/components/DrawBoundary/Public/index.tsx b/editor.planx.uk/src/@planx/components/DrawBoundary/Public/index.tsx index 50649f20e2..5448784f1c 100644 --- a/editor.planx.uk/src/@planx/components/DrawBoundary/Public/index.tsx +++ b/editor.planx.uk/src/@planx/components/DrawBoundary/Public/index.tsx @@ -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 && (