mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore(FE-188,193): create ACCEPTED_FILE_TYPES constant
This commit is contained in:
@@ -231,3 +231,12 @@ export const RECORDING_FLAG_OPTIONS = [
|
||||
{ label: 'Ayam Culling', value: 'Ayam Culling' },
|
||||
{ label: 'Ayam Mati', value: 'Ayam Mati' },
|
||||
];
|
||||
|
||||
export const ACCEPTED_FILE_TYPE = {
|
||||
PDF: {
|
||||
'application/pdf': ['.pdf'],
|
||||
},
|
||||
IMAGE: {
|
||||
'image/*': [],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user