Skip to content

Commit ae48c7d

Browse files
committed
fix array visibleIf bug
1 parent 96d004b commit ae48c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/formpropertyfactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class FormPropertyFactory {
4949
throw new TypeError(`Undefined type ${schema.type}`);
5050
}
5151

52-
if (newProperty instanceof PropertyGroup && parent === null) {
52+
if (newProperty instanceof PropertyGroup) {
5353
this.initializeRoot(newProperty);
5454
}
5555

0 commit comments

Comments
 (0)