From 9cd33df18c2d515722effc3c48d69dc68944fbe0 Mon Sep 17 00:00:00 2001 From: Krish120003 Date: Tue, 29 Oct 2024 20:04:14 -0400 Subject: [PATCH] feat: auto proceed on uploads --- src/pages/apply.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/apply.tsx b/src/pages/apply.tsx index 30bdab2c..d0a65f02 100644 --- a/src/pages/apply.tsx +++ b/src/pages/apply.tsx @@ -177,6 +177,7 @@ const FormUpload: React.FC = ({ new Uppy({ id: id, allowMultipleUploadBatches: false, + autoProceed: true, restrictions: { maxNumberOfFiles: 1, maxFileSize: 1024 * 1024 * 5, // 5 MB