mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 04:15:54 +08:00
chore: fix doc options
This commit is contained in:
parent
a5c1132087
commit
2ae0aceef8
@ -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' },
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user