Skip to content

Commit

Permalink
feat: 修复 list 初始化数据,删除按钮隐藏逻辑错误
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbxs committed Nov 12, 2023
1 parent 4212f9c commit 1d6a469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/form-render/src/widgets/utils/withFieldWrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react';

const getProps = (props: any, filter: any[]) => {
const result = {};

Object.keys(props).forEach(key => {
if (filter.includes(key)) {
return;
Expand Down

0 comments on commit 1d6a469

Please sign in to comment.