mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-30 08:35:33 +08:00
Fix:wrong param in meta_data_filter (#10978)
### What problem does this PR solve? change: wrong param in meta_data_filter ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -611,7 +611,7 @@ export default {
|
||||
addCondition: 'Добавить условие',
|
||||
meta: {
|
||||
disabled: 'Отключено',
|
||||
automatic: 'Автоматически',
|
||||
auto: 'Автоматически',
|
||||
manual: 'Вручную',
|
||||
},
|
||||
cancel: 'Отмена',
|
||||
|
||||
Reference in New Issue
Block a user