Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Nov 6, 2024
1 parent 65f25fd commit b2dc46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,8 @@ const Button = React.forwardRef(function Button(inProps, ref) {
>
{startIcon}
{loading && loadingPosition === 'start' && loader}
{children}
{loading && loadingPosition === 'center' && loader}
{children}
{loading && loadingPosition === 'end' && loader}
{endIcon}
</ButtonRoot>
Expand Down

0 comments on commit b2dc46e

Please sign in to comment.