Skip to content

Commit

Permalink
fix normal button clicking
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Feb 15, 2025
1 parent f5466cf commit 510b185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button/Button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function Button({
"mr-opacity-50 mr-cursor-not-allowed": disabled,
})}
disabled={disabled}
onClick={onClick}
{...otherProps}
>
{children}
Expand Down

0 comments on commit 510b185

Please sign in to comment.