Update video doctype

This commit is contained in:
2025-05-07 17:28:28 +02:00
parent 8bd56b3b24
commit 4ae1c8a80e

View File

@@ -400,10 +400,10 @@ const getFileIcon = (filename) => {
const mapDocType = (type) => {
const mapping = {
'functional': 'Functional',
'code_instruction': 'Code Instruction',
'specification': 'Specification',
'other': 'Other'
'functional_video': 'Functional video',
'code_instruction_video': 'Code Instruction video',
'specification_video': 'Specification video',
'other_video': 'Other'
};
return mapping[type] || type;
};