Skip to content

Commit

Permalink
fix(File): add empty title
Browse files Browse the repository at this point in the history
- fixes #2562
  • Loading branch information
SevereCloud committed Mar 14, 2024
1 parent 8b9056b commit 4aac4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/components/File/File.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const File = ({
getRootRef={getRootRef}
disabled={restProps.disabled}
>
<VisuallyHidden {...restProps} Component="input" type="file" getRootRef={getRef} />
<VisuallyHidden title="" {...restProps} Component="input" type="file" getRootRef={getRef} />
{children}
</Button>
);
Expand Down

0 comments on commit 4aac4d3

Please sign in to comment.