Skip to content

Commit

Permalink
Update accordion.stories.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray committed May 14, 2024
1 parent b9c8374 commit a33d5cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const meta: MetaComponent<HTMLPostAccordionElement & HTMLPostCollapsibleElementE
},
args: {
multiple: false,
headingLevel: 3,
headingLevel: '3' as any, // this needs to be a string for the control to be properly initialized
},
argTypes: {
postToggle: {
Expand Down

0 comments on commit a33d5cf

Please sign in to comment.