Skip to content

Commit

Permalink
fix(HelpPopover): set default button type (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfilatov authored Oct 10, 2023
1 parent c57f75f commit 4ee6106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/HelpPopover/HelpPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function HelpPopover(props: HelpPopoverProps) {
<Popover {...props} className={b(null, props.className)}>
<button
ref={props.buttonRef}
type="button"
{...props.buttonProps}
className={b('button', props.buttonProps?.className)}
>
Expand Down

0 comments on commit 4ee6106

Please sign in to comment.