Skip to content

Commit

Permalink
fix(antd): fix ArrayTable WrapperComp deps missing (#3457)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumdzeehol authored Oct 13, 2022
1 parent 95c295b commit a382a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/antd/src/array-table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export const ArrayTable: ComposedArrayTable = observer(
{...props}
/>
),
[]
[field]
)

return (
Expand Down

0 comments on commit a382a18

Please sign in to comment.