mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-29 16:05:35 +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:
@ -491,7 +491,7 @@ export default {
|
||||
addCondition: '条件を追加',
|
||||
meta: {
|
||||
disabled: '無効',
|
||||
automatic: '自動',
|
||||
auto: '自動',
|
||||
manual: '手動',
|
||||
},
|
||||
cancel: 'キャンセル',
|
||||
|
||||
Reference in New Issue
Block a user