mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
chore: fix doc options
This commit is contained in:
@ -65,7 +65,7 @@ export default nodeDefault
|
||||
|
||||
export const FILE_TYPE_OPTIONS = [
|
||||
{ value: 'image', i18nKey: 'image' },
|
||||
{ value: 'doc', i18nKey: 'doc' },
|
||||
{ value: 'document', i18nKey: 'doc' },
|
||||
{ value: 'audio', i18nKey: 'audio' },
|
||||
{ value: 'video', i18nKey: 'video' },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user