update: change file size validation o File Sizr Validation Modal component

This commit is contained in:
abiyasa05 2024-11-08 09:38:24 +07:00
parent ab69780b86
commit 233eef1a99

View File

@ -26,7 +26,7 @@ export default function FileSizeValidationModal({
<AlertDialogHeader>
<AlertDialogTitle>Peringatan Ukuran File</AlertDialogTitle>
<AlertDialogDescription>
Ukuran file {fileName} melebihi batas maksimum 25 MB! Silakan pilih file yang lebih kecil.
Ukuran file {fileName} melebihi batas maksimum 64 MB! Silakan pilih file yang lebih kecil.
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter className="flex justify-end gap-2">