Skip to content

Commit

Permalink
Update examples/bpk-component-accordion/stories.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Ollie Curtis <[email protected]>
  • Loading branch information
xalechez and olliecurtis authored Nov 25, 2024
1 parent a6ff5c1 commit 5e40255
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/bpk-component-accordion/stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ export const WithoutDividerOnDark = SingleItemExampleWithoutDividerOnDark;
export const VisualTest = SingleItemExample;
export const VisualTestOnDark = WithDarkBackgroundExample;

export const VisualTestWithZoom = VisualTest.bind({});
// @ts-expect-error failed typings
VisualTestWithZoom.args = {
zoomEnabled: true,
export const VisualTestWithZoom = {
render: VisualTest,
args: {
zoomEnabled: true,
}
};

0 comments on commit 5e40255

Please sign in to comment.