mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +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)) {
|
if (s[key] === action && (!name || s.name === name)) {
|
||||||
return s;
|
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);
|
const c = findSchema(s, key, action, name);
|
||||||
if (c) {
|
if (c) {
|
||||||
return c;
|
return c;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user