Skip to content

Commit df34a48

Browse files
committed
release: 0.0.7
1 parent 63d19f8 commit df34a48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/ui/src/components/button/button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>((props, ref) =>
4646
ref={ref}
4747
disabled={loading || disabled}
4848
aria-disabled={loading || disabled}
49+
type={type}
4950
{...etc}
5051
>
5152
{startIcon && !loading && startIcon}

0 commit comments

Comments
 (0)