Skip to content

Commit

Permalink
geosolutions-it#10736: fix issue due to merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudadel54 committed Jan 17, 2025
1 parent 06db861 commit edecb3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/client/plugins/TOC/components/DefaultLayer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ const NodeLegend = ({
<li>
{visible ? <VectorLegend
style={node?.style}
layer={node}
interactive
onChange={onChange}
/> : null}
</li>
</>
Expand All @@ -81,6 +84,7 @@ const NodeLegend = ({
language={config?.language}
{...config?.layerOptions?.legendOptions}
onChange={onChange}
interactive
/> : null}
</li>
</>
Expand Down

0 comments on commit edecb3a

Please sign in to comment.