Skip to content

Commit b83c677

Browse files
authored
fix(form): incorrect strict mode (#1901)
1 parent 22b8d24 commit b83c677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/form/src/sf.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ export class SFComponent implements OnInit, OnChanges, OnDestroy {
475475
...ui.$items
476476
};
477477
inFn(property.items, property.items, uiSchema[uiKey]?.$items ?? {}, ui.$items, ui.$items);
478+
delete property.items.ui;
478479
}
479480

480481
if (property.properties && Object.keys(property.properties).length) {

0 commit comments

Comments
 (0)