Skip to content

Commit

Permalink
re-name export to match variant name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Aug 31, 2021
1 parent fe5dd26 commit 85d56f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/Radio.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const WithMoreChildren = Template.bind({});

export const Disabled = Template.bind({});

export const Custom = SelectorExample.bind({});
export const Selector = SelectorExample.bind({});

const SomeChildren = () => (
<>
Expand Down

0 comments on commit 85d56f1

Please sign in to comment.