Skip to content

Commit

Permalink
Fix add to cart
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle committed Dec 11, 2024
1 parent be0cd67 commit 9c5d82b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/AddToCartButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export function AddToCartButton({
width={width}
variant={variant}
className={className}
data-shopify-product-add-to-cart
disabled={disabled ?? fetcher.state !== 'idle'}
{...props}
>
Expand Down

0 comments on commit 9c5d82b

Please sign in to comment.