From 71d8ac7486b8b44cf3feddf577da2f173525f898 Mon Sep 17 00:00:00 2001 From: knownotunknown <78577376+knownotunknown@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:30:15 -0600 Subject: [PATCH] Update CalendarGrid.stories.tsx --- src/stories/components/CalendarGrid.stories.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/stories/components/CalendarGrid.stories.tsx b/src/stories/components/CalendarGrid.stories.tsx index 881ff93d..26fa245e 100644 --- a/src/stories/components/CalendarGrid.stories.tsx +++ b/src/stories/components/CalendarGrid.stories.tsx @@ -9,8 +9,7 @@ const meta = { }, tags: ['autodocs'], argTypes: { - saturday: { control: 'text' }, - sunday: { control: 'text' }, + saturdayClass: { control: 'boolean' }, }, } satisfies Meta; export default meta; @@ -19,7 +18,6 @@ type Story = StoryObj; export const Default: Story = { args: { - saturday: true, - sunday: true, + saturdayClass: true, }, }; \ No newline at end of file