Skip to content

Commit

Permalink
Fixed attributes in buttongroup.stories.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Aug 27, 2024
1 parent 9ab6e2e commit 0184e92
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 @@ -8,7 +8,7 @@ export default {
};

export const Basic = () => html`
<cod-button-group data-type="group" label="basic example">
<cod-button-group data-type="group" data-label="basic example">
<div class="no-wc btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-primary">Left</button>
<button type="button" class="btn btn-primary">Middle</button>
Expand Down

0 comments on commit 0184e92

Please sign in to comment.