Skip to content

Commit b4ebceb

Browse files
committed
fix: issue with accordion button
1 parent 3c68619 commit b4ebceb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sbp-frontend-style/src/components/molecules/cards/CardHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const CardHeader = ({
3939
condition={typeof onClick === 'function' && !isRemove}
4040
wrapper={(children) => (
4141
<CollapseButton
42+
type="button"
4243
onClick={(e: MouseEvent<HTMLButtonElement>) => handleOnClick(e)}
4344
disabled={disabled}>
4445
{children}

0 commit comments

Comments
 (0)