From aecf4701736a2620fa697766e73a00dc4e3f239f Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Fri, 30 Jan 2026 13:57:17 +0700 Subject: [PATCH] chore: add max size and bottom label for file input in daily checklist form --- .../components/pages/daily-checklist/DailyChecklistContent.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/figma-make/components/pages/daily-checklist/DailyChecklistContent.tsx b/src/figma-make/components/pages/daily-checklist/DailyChecklistContent.tsx index 79049480..266b8740 100644 --- a/src/figma-make/components/pages/daily-checklist/DailyChecklistContent.tsx +++ b/src/figma-make/components/pages/daily-checklist/DailyChecklistContent.tsx @@ -1478,6 +1478,8 @@ export function DailyChecklistContent() { inputWrapper: 'flex items-center', label: 'font-semibold text-gray-900', }} + maxSize={5242880} // 5 MB + bottomLabel='Ukuran file maksimal 5MB' /> )}