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