Skip to content

Commit

Permalink
CDC #121 - Removing "collapsed" prop from MapDraw component
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Apr 10, 2024
1 parent 4574165 commit 8762681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/geospatial/src/components/MapDraw.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ const MapDraw = (props: Props) => {
{ props.geocoding && (
<GeocodingControl
apiKey={props.apiKey}
collapsed
marker={false}
position='top-left'
onSelection={onSelection}
Expand Down

0 comments on commit 8762681

Please sign in to comment.