update: change file size validation o File Sizr Validation Modal component
This commit is contained in:
parent
ab69780b86
commit
233eef1a99
|
|
@ -26,7 +26,7 @@ export default function FileSizeValidationModal({
|
||||||
<AlertDialogHeader>
|
<AlertDialogHeader>
|
||||||
<AlertDialogTitle>Peringatan Ukuran File</AlertDialogTitle>
|
<AlertDialogTitle>Peringatan Ukuran File</AlertDialogTitle>
|
||||||
<AlertDialogDescription>
|
<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>
|
</AlertDialogDescription>
|
||||||
</AlertDialogHeader>
|
</AlertDialogHeader>
|
||||||
<AlertDialogFooter className="flex justify-end gap-2">
|
<AlertDialogFooter className="flex justify-end gap-2">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user