diff --git a/src/components/FileAttachment.jsx b/src/components/FileAttachment.jsx index a166f92..b724d7f 100755 --- a/src/components/FileAttachment.jsx +++ b/src/components/FileAttachment.jsx @@ -1,7 +1,7 @@ import { useState, useRef } from 'react'; const MAX_FILES = 20; -const MAX_SIZE_MB = 10; +const MAX_SIZE_MB = 50; const MAX_SIZE_BYTES = MAX_SIZE_MB * 1024 * 1024; const formatSize = (bytes) => {