Skip to content

Commit

Permalink
fix(Calendar): storybook story name (#1393)
Browse files Browse the repository at this point in the history
## 📝 Changes

- Forgot to update the mdx file when updating the story name
  • Loading branch information
stephenjwatkins authored Oct 16, 2024
1 parent 1445fd6 commit d408627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easy-ui-react/src/Calendar/Calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Set minimum and maximum allowed date that a user may select. Dates outside the m

Display the days falling into the other months.

<Canvas of={CalendarStories.showDaysOutsideCurrentMonth} />
<Canvas of={CalendarStories.ShowDaysOutsideCurrentMonth} />

<Controls
of={CalendarStories.showDaysOutsideCurrentMonth}
of={CalendarStories.ShowDaysOutsideCurrentMonth}
include={["showDaysOutsideCurrentMonth"]}
/>

Expand Down

0 comments on commit d408627

Please sign in to comment.