Skip to content

Commit

Permalink
Updated attributes in CheckboxButtonGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 15, 2024
1 parent 89c004a commit 7c1ab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/buttongroup.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const CheckboxButtonGroup = () => html`
></cod-form-check>
</cod-button-group>
<br /><br />
<cod-button-group data-type="group" data-label="basic example">
<cod-button-group data-type="group" label="basic example">
<cod-form-check-group data-type="radio" class="d-flex">
<cod-form-check
data-id="radio-button-1"
Expand Down

0 comments on commit 7c1ab80

Please sign in to comment.