Skip to content

Commit 5f9f352

Browse files
authored
fix: makes tooltips visible in fileuploaderItem (#18910)
* fix: makes tooltips visible * fix: storybook update
1 parent b2c4661 commit 5f9f352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/FileUploader/FileUploader.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const _FileUploaderItem = (args) => {
4545
errorSubject="File size exceeds limit"
4646
iconDescription="Delete file"
4747
invalid={false}
48-
name="README.md"
48+
name="THIS IS A VERY LONG FILENAME WHICH WILL BE TRUNCATED"
4949
status="edit"
5050
size="md"
5151
{...args}

0 commit comments

Comments
 (0)