fix: field descriptions display issue in workflow (#6680)

This commit is contained in:
Katherine 2025-04-16 11:45:08 +08:00 committed by GitHub
parent f1c9a14e6c
commit cb518dd162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ export const FormItem: any = withDynamicSchemaProps(
}}
/>
) : (
t(field.description, { ns: NAMESPACE_UI_SCHEMA })
field.description
);
}
}, [field.description]);