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:
Wang Qi
2026-04-29 21:09:54 +08:00
committed by GitHub
parent d4147efc66
commit 5018459112
5 changed files with 14 additions and 169 deletions

View File

@@ -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,
};