Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Nov 1, 2024
1 parent d349cfc commit d41d9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Button/ButtonBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const ButtonBase = forwardRef(
>
<Box
as={Component}
sx={sxStyles}
sx={sxProp}
aria-disabled={loading ? true : undefined}
{...rest}
ref={innerRef}
Expand Down

0 comments on commit d41d9fb

Please sign in to comment.