diff --git a/src/components/cases/documents-tab.tsx b/src/components/cases/documents-tab.tsx index 4f8c8ff..799be4e 100644 --- a/src/components/cases/documents-tab.tsx +++ b/src/components/cases/documents-tab.tsx @@ -27,7 +27,7 @@ import { DialogTitle, } from "@/components/ui/dialog"; -const MAX_BYTES = 50 * 1024 * 1024; +const MAX_BYTES = 150 * 1024 * 1024; export function CaseDocumentsTab({ caseId }: { caseId: string }) { const { user } = useAuth();