Skip to content

Commit

Permalink
Remove loading prop default value
Browse files Browse the repository at this point in the history
  • Loading branch information
VTEX committed Oct 14, 2021
1 parent b005eae commit 38e3ea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface LoadingButtonProps extends ButtonProps {

const LoadingButton = forwardRef<HTMLButtonElement, LoadingButtonProps>(
function LoadingButton(
{ children, loading = false, testId = 'store-loading-button', ...props },
{ children, loading, testId = 'store-loading-button', ...props },
ref
) {
return (
Expand Down

0 comments on commit 38e3ea1

Please sign in to comment.