From 8e92e0b4bfb74ebdf99fbc9d4ca7d47e2513c4e0 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 26 Aug 2025 10:42:38 +0700 Subject: bring back old set qty for desktop view --- .../modules/product-detail/components/PriceAction.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src-migrate/modules/product-detail/components/PriceAction.tsx b/src-migrate/modules/product-detail/components/PriceAction.tsx index 2c678c6b..5daf5bed 100644 --- a/src-migrate/modules/product-detail/components/PriceAction.tsx +++ b/src-migrate/modules/product-detail/components/PriceAction.tsx @@ -161,16 +161,15 @@ const PriceAction = ({ product }: Props) => {
{/* Qty */} -
+
{ min={1} value={quantityInput} onChange={(e) => setQuantityInput(e.target.value)} - className='w-12 text-center outline-none border-x' + className={style['quantity-input']} /> -- cgit v1.2.3