fix(collection-manager): o2m is array type
(cherry picked from commit 5de69d26ea40d95b732989d3b5d987b7e47541a6)
This commit is contained in:
parent
7f51610a6f
commit
2277e40290
@ -87,7 +87,7 @@ export const o2m: IField = {
|
||||
};
|
||||
} else {
|
||||
schema['x-component'] = 'CollectionField';
|
||||
schema.type = 'object';
|
||||
schema.type = 'array';
|
||||
|
||||
if (block === 'Form') {
|
||||
schema['properties'] = {
|
||||
|
Loading…
Reference in New Issue
Block a user