Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-04-16 03:45:32 +00:00
commit 80dccdf71a

View File

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