diff --git a/frontend/src/components/pure/ms-json-schema/utils.ts b/frontend/src/components/pure/ms-json-schema/utils.ts index a3aa48d56d..d63cea533d 100644 --- a/frontend/src/components/pure/ms-json-schema/utils.ts +++ b/frontend/src/components/pure/ms-json-schema/utils.ts @@ -48,6 +48,7 @@ export function parseTableDataToJsonSchema( enable: schemaItem.enable, properties: {}, required: [], + description: schemaItem.description, }; schemaItem.children.forEach((child) => { const childSchema = parseTableDataToJsonSchema(child, false);