We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c4661 commit 5f9f352Copy full SHA for 5f9f352
packages/react/src/components/FileUploader/FileUploader.stories.js
@@ -45,7 +45,7 @@ export const _FileUploaderItem = (args) => {
45
errorSubject="File size exceeds limit"
46
iconDescription="Delete file"
47
invalid={false}
48
- name="README.md"
+ name="THIS IS A VERY LONG FILENAME WHICH WILL BE TRUNCATED"
49
status="edit"
50
size="md"
51
{...args}
0 commit comments