Skip to content

Commit

Permalink
fix: revert checkbox value prop change
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasLohoff committed Aug 27, 2021
1 parent 89872b2 commit 1c73dbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class AddWmsLayerEntry extends React.Component<AddWmsLayerEntryProps, Add
const layerTextSpan = layerTextTemplateFn(wmsLayer);

return (
<Checkbox name={title} className="add-wms-layer-checkbox-line">
<Checkbox value={title} className="add-wms-layer-checkbox-line">
<div className="add-wms-layer-entry">
{layerTextSpan}
{
Expand Down

0 comments on commit 1c73dbc

Please sign in to comment.