Skip to content

Commit

Permalink
Merge pull request #157 from ocruze/fix/issue_155
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored Aug 4, 2023
2 parents aad8885 + f3400a0 commit 790ab48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const Upload = memo(
multiple={multiple}
name={inputId}
type="file"
{...nativeInputProps}
/>
{state !== "default" && (
<p
Expand Down

0 comments on commit 790ab48

Please sign in to comment.