Skip to content

Commit

Permalink
fix: minor update to Radio template name
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Jan 30, 2023
1 parent 9cfa050 commit 132a588
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const storybookMeta: Meta<RadioProps> = {

export default storybookMeta;

const DefaultTemplate: Story<RadioProps> = (args) => {
const Template: Story<RadioProps> = (args) => {
return <Radio label={args.label} value={args.value} />;
};

export const Default = DefaultTemplate.bind({});
export const Default = Template.bind({});
Default.args = {};

0 comments on commit 132a588

Please sign in to comment.