diff --git a/src/modules/products/components/product-actions/index.tsx b/src/modules/products/components/product-actions/index.tsx index c16f71d0a..28819f64a 100644 --- a/src/modules/products/components/product-actions/index.tsx +++ b/src/modules/products/components/product-actions/index.tsx @@ -89,7 +89,7 @@ export default function ProductActions({ params.delete("v_id") } - router.replace(pathname + "?" + params.toString()) + router.replace(pathname + "?" + params.toString(), { scroll: false }) }, [selectedVariant, isValidVariant]) // check if the selected variant is in stock