Skip to content

Commit 28dcf56

Browse files
authored
Merge pull request #187 from communitiesuk/fix-cham-fileupload-size
Increase Cham business plan file size from 1Mb to 10MB
2 parents 78a3ee6 + 11b7548 commit 28dcf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fsd_config/form_jsons/cham_apply/cham-apply-upload-your-business-plan.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dropzoneConfig": {
4646
"maxFiles": 1,
4747
"parallelUploads": 1,
48-
"maxFilesize": 1,
48+
"maxFilesize": 10,
4949
"acceptedFiles": ",application/pdf"
5050
},
5151
"showNoScriptWarning": false,
@@ -80,4 +80,4 @@
8080
"outputs": [],
8181
"skipSummary": false,
8282
"name": "Apply for funding to monitor and report anti-Muslim hate to better support victims "
83-
}
83+
}

0 commit comments

Comments
 (0)