Skip to content

Commit

Permalink
feat(Accordion): release test v2 (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinsawicki authored Sep 10, 2024
1 parent ff8ee65 commit 612caa3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const Accordion: React.FC<IAccordionProps> = ({
{
[styles[`${baseClass}--open`]]: isExpanded,
},
'release-test',
className
);
const { size, handleResize } = useHeightResizer();
Expand Down

0 comments on commit 612caa3

Please sign in to comment.