Skip to content

Commit

Permalink
docs: fix React file upload example
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Jul 10, 2024
1 parent 0299a67 commit b38ee44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/guide/file-uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ return (
/>
<input
type="file"
value={data.avatar}
onChange={(e) => setData('avatar', e.target.files[0])}
/>
{progress && (
Expand Down

0 comments on commit b38ee44

Please # to comment.