Skip to content

Commit

Permalink
feat: 修复 removeHidden 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbxs committed Oct 8, 2023
1 parent e033263 commit 14fb7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-render/src/render-core/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const renderItem = (props: RenderItemProps) => {
// has child schema
if (schema?.properties && schema?.widgetType !== 'field') {
child = RenderCore({ schema, parentPath: path, rootPath })
// path = undefined;
path = undefined;
}

return (
Expand Down

0 comments on commit 14fb7b1

Please sign in to comment.