Skip to content

Commit

Permalink
Rename Storybook example
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jul 23, 2024
1 parent 49b66a4 commit 7c60320
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/components/src/radio-control/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ Default.args = {
],
};

export const WithOptionHelpText: StoryFn< typeof RadioControl > = Template.bind(
{}
);
WithOptionHelpText.args = {
export const WithOptionDescriptions: StoryFn< typeof RadioControl > =
Template.bind( {} );
WithOptionDescriptions.args = {
...Default.args,
options: [
{
Expand Down

0 comments on commit 7c60320

Please sign in to comment.