Skip to content

Commit

Permalink
Updated boolean attributes in file
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 19, 2024
1 parent a112f31 commit 54688fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/nav.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const TabsDropdowns = () => html`
<cod-dropdown data-split="false">
<cod-button
label="Dropdown"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand All @@ -138,7 +138,7 @@ export const PillssDropdowns = () => html`
<cod-dropdown data-split="false">
<cod-button
label="Dropdown"
primary="true"
primary
img-alt=""
icon=""
data-bs-toggle="dropdown"
Expand Down

0 comments on commit 54688fe

Please sign in to comment.