Skip to content

Commit

Permalink
fix(DatePickerStory): correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ze-flo committed May 2, 2024
1 parent 54ed371 commit 04afe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datepickers/demo/stories/DatePickerStory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface IArgs extends IDatePickerProps {
validationLabel?: string;
}

export const DatepickerStory: Story<IArgs> = ({
export const DatePickerStory: Story<IArgs> = ({
dateStyle,
isCompact,
hasMessage,
Expand Down

0 comments on commit 04afe0e

Please sign in to comment.