chore: add max size and bottom label for file input in daily checklist form

This commit is contained in:
ValdiANS
2026-01-30 13:57:17 +07:00
parent 48a7cd168a
commit aecf470173
@@ -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'
/>
)}
</>