upd : project

Deskripsi:
- order by
- jumlah member
- tipe csv diilangin

No Issues
This commit is contained in:
amel
2024-09-23 20:04:24 +08:00
parent b58d9c79c9
commit 5b6f9fbe90
8 changed files with 25 additions and 21 deletions

View File

@@ -100,9 +100,9 @@ export default function AddFileDetailProject() {
}}
activateOnClick={false}
maxSize={3 * 1024 ** 2}
accept={['text/csv', 'image/png', 'image/jpeg', 'image/heic', 'application/pdf']}
accept={['image/png', 'image/jpeg', 'image/heic', 'application/pdf']}
onReject={(files) => {
return toast.error('File yang diizinkan: .csv, .png, .jpg, .heic, .pdf dengan ukuran maksimal 3 MB')
return toast.error('File yang diizinkan: .png, .jpg, .heic, .pdf dengan ukuran maksimal 3 MB')
}}
>
</Dropzone>