From b38ee4421bc13c98f344b6ec4fee70b21c316cce Mon Sep 17 00:00:00 2001 From: Svyatoslav Kryukov Date: Wed, 10 Jul 2024 10:17:14 +0300 Subject: [PATCH] docs: fix React file upload example See https://github.com/inertiajs/inertiajs.com/pull/347 --- docs/guide/file-uploads.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guide/file-uploads.md b/docs/guide/file-uploads.md index ace1030..5e588f1 100644 --- a/docs/guide/file-uploads.md +++ b/docs/guide/file-uploads.md @@ -146,7 +146,6 @@ return ( /> setData('avatar', e.target.files[0])} /> {progress && (