Skip to content

Commit

Permalink
fix(next): fix ArrayCollapse extra (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
oldturkey committed May 11, 2022
1 parent 793cae9 commit 39e26a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/antd/src/array-collapse/index.tsx
Expand Up @@ -176,7 +176,7 @@ export const ArrayCollapse: ComposedArrayCollapse = observer(
}}
onlyRenderProperties
/>
{props?.extra}
{panelProps?.extra}
</ArrayBase.Item>
)

Expand Down

0 comments on commit 39e26a8

Please sign in to comment.