Skip to content

Commit

Permalink
fix(CollapseGroup): update default value of multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-ABsid committed Apr 25, 2024
1 parent 306886a commit 980e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/collapse/collapse-group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type CollapseGroupProps = Props & NativeAttrs;

const CollapseGroupComponent: React.FC<React.PropsWithChildren<CollapseGroupProps>> = ({
children,
multiple = true,
multiple = false,
className,
value = [],
onChange,
Expand Down

0 comments on commit 980e37b

Please sign in to comment.