Skip to content

Commit

Permalink
Atlas #4 - Updating "htmlFor" prop on label of PlaceLayersSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Apr 2, 2024
1 parent d69957d commit 7bc064a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-data/src/components/PlaceLayersSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const PlaceLayersSelector = (props: Props) => {
</Checkbox.Root>
<label
className='cursor-pointer grow'
htmlFor={layer.url}
htmlFor={layer.name}
>
{ layer.name }
</label>
Expand Down

0 comments on commit 7bc064a

Please sign in to comment.