cart & checkout: UI enhacnements
This commit is contained in:
@@ -104,7 +104,7 @@ export default function CartActionsButtons({ item }: { item: CartItem }) {
|
||||
)}
|
||||
<InputNumber
|
||||
min={1}
|
||||
max={100}
|
||||
max={99}
|
||||
value={item.quantity || 1}
|
||||
onChange={(value: number | null) =>
|
||||
dispatch(
|
||||
|
||||
Reference in New Issue
Block a user