Skip to content

Commit

Permalink
fix(next): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jun 20, 2021
1 parent 1025aeb commit 3fefd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/form-collapse/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const FormCollapse: ComposedFormCollapse = observer(
<Collapse
{...props}
className={cls(prefixCls, props.className)}
expandedKeys={takeExpandedKeys()}
expandedKeys={takeExpandedKeys() as any}
onExpand={(keys) => {
props?.onExpand?.(keys)
_formCollapse?.setActiveKeys?.(keys)
Expand Down

0 comments on commit 3fefd58

Please sign in to comment.