Skip to content

Commit

Permalink
fix misapplied attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
werdnanoslen committed May 8, 2023
1 parent ccaebd5 commit 1c58241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Accordion/Accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const Accordion = ({
<div
className={classes}
data-testid="accordion"
aria-multiselectable={multiselectable || undefined}>
data-allow-multiple={multiselectable || undefined}>
{items.map((item, i) => (
<AccordionItem
key={`accordionItem_${i}`}
Expand Down

0 comments on commit 1c58241

Please sign in to comment.