Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-22 17:35:31 +00:00
co-authored by renee-png
parent 511e0d1ad2
commit b7e7fdb90c
+1 -1
View File
@@ -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();