Skip to content

Commit

Permalink
docs(RangeDatePickerV2): remove WithInitialSelectedOption story that …
Browse files Browse the repository at this point in the history
…was breaking chromatic
  • Loading branch information
JoannaSikora committed Jan 30, 2025
1 parent 090918a commit dc95882
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,3 @@ WithInitialDates.args = {
initialFromDate: new Date('2025-01-20'),
initialToDate: new Date('2025-02-06'),
};

export const WithInitialSelectedOption: StoryFn = StoryTemplate.bind({});
WithInitialSelectedOption.args = {
initialSelectedOptionId: 'last7days',
};

0 comments on commit dc95882

Please sign in to comment.