diff --git a/src/components/dropzone/dropzone.stories.tsx b/src/components/dropzone/dropzone.stories.tsx index 06554f9a..91769549 100644 --- a/src/components/dropzone/dropzone.stories.tsx +++ b/src/components/dropzone/dropzone.stories.tsx @@ -45,11 +45,7 @@ const Template: StoryFn = ( args ) => ; export const Basic = Template.bind( {} ); Basic.args = { - label: 'Drag & drop or browse files', - size: 'sm', - inlineIcon: false, - helpText: 'Supports PNG, JPG, and PDF files', - disabled: false, + helpText: 'Click to upload your files', }; export const LargeSize = Template.bind( {} );