diff --git a/packages/react-components/src/components/RangeDatePickerV2/RangeDatePickerV2.stories.tsx b/packages/react-components/src/components/RangeDatePickerV2/RangeDatePickerV2.stories.tsx index bce20f705..583764529 100644 --- a/packages/react-components/src/components/RangeDatePickerV2/RangeDatePickerV2.stories.tsx +++ b/packages/react-components/src/components/RangeDatePickerV2/RangeDatePickerV2.stories.tsx @@ -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', -};