Skip to content

Commit

Permalink
feat: auto proceed on uploads (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krish120003 authored Oct 30, 2024
1 parent e1fdd1a commit 75d3340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/apply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ const FormUpload: React.FC<FormUploadProps> = ({
new Uppy({
id: id,
allowMultipleUploadBatches: false,
autoProceed: true,
restrictions: {
maxNumberOfFiles: 1,
maxFileSize: 1024 * 1024 * 5, // 5 MB
Expand Down

0 comments on commit 75d3340

Please sign in to comment.