Skip to content

Commit 41e0d4d

Browse files
committed
fix: remove hint text
1 parent 1ab8fc1 commit 41e0d4d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/stories/FileList.stories.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ export const Default: Story = {
1818
args: {
1919
inputFileProps: {
2020
title: 'Upload your files',
21-
subtitle: 'Drag & drop or browse from your device',
22-
hintText: 'Supported formats: PDF, JPG, PNG (max 10MB)'
21+
subtitle: 'Drag & drop or browse from your device'
2322
},
2423
header: (
2524
<Flex justifyContent="between" alignItems="center" className="px-4 mt-2">
@@ -51,8 +50,7 @@ export const WithImageFiles: Story = {
5150
args: {
5251
inputFileProps: {
5352
title: 'Upload your images',
54-
subtitle: 'Drag & drop or browse from your device',
55-
hintText: 'Supported formats: JPG, PNG (max 5MB)'
53+
subtitle: 'Drag & drop or browse from your device'
5654
},
5755
header: (
5856
<Flex justifyContent="between" alignItems="center" className="px-4 mt-2">

0 commit comments

Comments
 (0)