mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-31 04:59:24 +08:00
Fix metadata config (#14480)
### What problem does this PR solve? Fix metadata config ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -98,6 +98,7 @@ export const util = {
|
||||
return data.map((item) => {
|
||||
return {
|
||||
key: item.field,
|
||||
type: item.valueType?.toLowerCase(),
|
||||
description: item.description,
|
||||
enum: item.values,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user