fix(auth): issue #7034 (#7043)

This commit is contained in:
YANG QIA 2025-06-10 23:35:55 +08:00 committed by GitHub
parent 861ef850e7
commit 293485ce59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ export class PluginAuthServer extends Plugin {
return {
...item,
uiSchema: {
...field.options?.uiSchema,
...field?.options?.uiSchema,
required: item.required,
},
};