diff --git a/packages/core/client/src/schema-component/antd/form-item/FormItem.tsx b/packages/core/client/src/schema-component/antd/form-item/FormItem.tsx index 587575386a..9a14c05e88 100644 --- a/packages/core/client/src/schema-component/antd/form-item/FormItem.tsx +++ b/packages/core/client/src/schema-component/antd/form-item/FormItem.tsx @@ -89,7 +89,7 @@ export const FormItem: any = withDynamicSchemaProps( }} /> ) : ( - t(field.description, { ns: NAMESPACE_UI_SCHEMA }) + field.description ); } }, [field.description]);