feat(frontend): remove .doc from accepted file types (#385)
This commit is contained in:
@@ -39,8 +39,8 @@ const textUploadChannelConfigMap: Record<Channel, TextUploadChannelConfig> = {
|
||||
addUnitMaxLimit: 100,
|
||||
},
|
||||
DEFAULT: {
|
||||
acceptFileTypes: ['.pdf', '.txt', '.doc', '.docx', '.md'],
|
||||
fileFormatString: 'PDF、TXT、DOC、DOCX、MD',
|
||||
acceptFileTypes: ['.pdf', '.txt', '.docx', '.md'],
|
||||
fileFormatString: 'PDF、TXT、DOCX、MD',
|
||||
addUnitMaxLimit: 300,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user