Skip to content

Commit

Permalink
fix(stories): use new toggle switch
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlfischer committed Jan 23, 2024
1 parent 79576c3 commit 970ce3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panel/panel.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const WithComponents: Story = {
<Button variant="primary" onClick={noop}>
Button A
</Button>
<Toggle checked ariaLabel="test" onChange={noop} />
<Toggle.Switch checked ariaLabel="test" onChange={noop} />
<Button variant="secondary" onClick={noop}>
Button B
</Button>
Expand Down

0 comments on commit 970ce3e

Please sign in to comment.