From 879f0b890da66ae1a828b0a7cabf4dd0f4309c00 Mon Sep 17 00:00:00 2001 From: Nathnael Date: Wed, 12 Aug 2026 08:42:16 +0000 Subject: [PATCH] fix: file size limit --- .../portal/src/components/onboarding/RoleLicenseStep.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-web/portal/src/components/onboarding/RoleLicenseStep.tsx b/apps/edr-freight-web/portal/src/components/onboarding/RoleLicenseStep.tsx index a485d40c1..8270bce74 100644 --- a/apps/edr-freight-web/portal/src/components/onboarding/RoleLicenseStep.tsx +++ b/apps/edr-freight-web/portal/src/components/onboarding/RoleLicenseStep.tsx @@ -50,7 +50,7 @@ function buildLicenseSetting( isMultiple: true, maxFiles: 10, allowedExtensions: ["pdf", "png", "jpg", "jpeg"], - maxSizeMb: 10, + maxSizeMb: 25, order: 1, }, ],