We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab8fc1 commit 41e0d4dCopy full SHA for 41e0d4d
1 file changed
src/stories/FileList.stories.tsx
@@ -18,8 +18,7 @@ export const Default: Story = {
18
args: {
19
inputFileProps: {
20
title: 'Upload your files',
21
- subtitle: 'Drag & drop or browse from your device',
22
- hintText: 'Supported formats: PDF, JPG, PNG (max 10MB)'
+ subtitle: 'Drag & drop or browse from your device'
23
},
24
header: (
25
<Flex justifyContent="between" alignItems="center" className="px-4 mt-2">
@@ -51,8 +50,7 @@ export const WithImageFiles: Story = {
51
50
52
53
title: 'Upload your images',
54
55
- hintText: 'Supported formats: JPG, PNG (max 5MB)'
56
57
58
0 commit comments