Skip to content

Commit

Permalink
observations map: make legend not expanded by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Apr 11, 2024
1 parent 71c87ff commit 846fa3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/observations.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ class ObservationsPage extends React.Component {
<Legend
layerGroups={getObservationsLegend}
sortable={false}
expanded={false}
toolbar={<></>}
setLayerSettings={() => { }}
/>
Expand Down

0 comments on commit 846fa3c

Please sign in to comment.