mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
fix: data template issue in filter form (#5837)
This commit is contained in:
parent
b58a05764b
commit
abf67b6fb5
@ -200,6 +200,9 @@ export const findFormBlock = (schema: Schema) => {
|
||||
if (schema['x-decorator'] === 'FormBlockProvider') {
|
||||
return schema;
|
||||
}
|
||||
if (schema['x-component'] === 'AssociationField.Selector') {
|
||||
return null;
|
||||
}
|
||||
schema = schema.parent;
|
||||
}
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user