Skip to content

Commit 2c53603

Browse files
committed
fix: add toaster args for story
1 parent e941c52 commit 2c53603

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/RelativeRangeDatePicker/__stories__/RelativeRangeDatePiker.stories.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ export const InsideDialog: StoryObj<
126126

127127
export const CustomControl: StoryObj<RelativeRangeDatePickerProps> = {
128128
...Default,
129+
args: {
130+
...Default.args,
131+
style: undefined,
132+
},
129133
render: (props) => {
130134
return (
131135
<RelativeRangeDatePicker

0 commit comments

Comments
 (0)