Skip to content

Commit

Permalink
fix(File): add empty title (#6696)
Browse files Browse the repository at this point in the history
- fixes #2562
  • Loading branch information
SevereCloud authored Mar 14, 2024
1 parent df66711 commit 99afe21
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 99afe21

Please sign in to comment.