Skip to content

Commit

Permalink
fix: adjusting size limit for pdf upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kathleenkhy committed Mar 19, 2024
1 parent 90477a3 commit 84df0f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const MagicFormBuilderPdfDetailsScreen = (): JSX.Element => {
formState: { errors },
} = formMethods

const MAX_FILE_SIZE = 20 * MB
const MAX_FILE_SIZE = 5 * MB
const VALID_EXTENSIONS = '.pdf'
pdfjs.GlobalWorkerOptions.workerSrc = pdfjsWorker

Expand Down

0 comments on commit 84df0f0

Please sign in to comment.