mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
1c343cad66
@ -768,7 +768,7 @@ export const findSchema = (schema: Schema, key: string, action: string, name?: s
|
||||
if (s[key] === action && (!name || s.name === name)) {
|
||||
return s;
|
||||
}
|
||||
if (s['x-component'] !== 'Action.Container' && !s['x-component'].includes('AssociationField')) {
|
||||
if (s['x-component'] && s['x-component'] !== 'Action.Container' && !s['x-component'].includes('AssociationField')) {
|
||||
const c = findSchema(s, key, action, name);
|
||||
if (c) {
|
||||
return c;
|
||||
|
Loading…
x
Reference in New Issue
Block a user