Skip to content

Commit

Permalink
fixup! fixup! Docs(web-react): Add Info about file size calculation i…
Browse files Browse the repository at this point in the history
…n FileUploader #DS-993
  • Loading branch information
pavelklibani committed Dec 17, 2024
1 parent 772765e commit f5effcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-react/src/components/FileUploader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ This will also be interpreted as **1,048,576 bytes (1 MiB)**:
module.exports = {
experimental: {
serverActions: {
bodySizeLimit: '2mb',
bodySizeLimit: '1mb',
},
},
}
Expand Down

0 comments on commit f5effcb

Please sign in to comment.