Skip to content

Commit

Permalink
Format update
Browse files Browse the repository at this point in the history
  • Loading branch information
chromaticWaster committed Sep 30, 2024
1 parent 769755a commit 3494c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/email-field/EmailField.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const App = () => <OmniEmailField${args.label ? ` label='${args.label}'` : ''}${
label: 'Max Length',
maxLength: 5
}
}
};

export const Label = LabelStory<BaseArgs>('omni-email-field');
export const Hint = HintStory<BaseArgs>('omni-email-field');
Expand Down

0 comments on commit 3494c02

Please sign in to comment.