uat defect 128 file uploads size update and copy change
This commit is contained in:
@@ -1042,7 +1042,7 @@ export const RenderFileUpload = (field) => {
|
||||
return (
|
||||
<>
|
||||
<Dropzone
|
||||
maxSize={10 * 1024 * 1024}
|
||||
maxSize={50 * 1024 * 1024}
|
||||
accept={{
|
||||
"application/pdf": [".pdf"],
|
||||
"application/msword": [".doc"],
|
||||
@@ -1162,7 +1162,7 @@ export const RenderFileUpload = (field) => {
|
||||
{t(
|
||||
"myrepresentations:fileupload-drop-label"
|
||||
)}
|
||||
(Max 500MB)
|
||||
(Max 50 MB)
|
||||
</div>
|
||||
<em>
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user