Skip to content

Commit

Permalink
Merge pull request #360 from Wai-Technologies/users/akshay/bug/345-is…
Browse files Browse the repository at this point in the history
…sue-on-shopping-cart-component

Bug 345 : Resolved Issue on Shopping Cart Component
  • Loading branch information
suraj-khupse committed May 14, 2024
2 parents d504f41 + ad8a730 commit 0250aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const RdsCompShoppingCart = (props: RdsCompShoppingCartProp) => {
onChange={() => {}}
placeholder="Select option"
selectItems={item.quantity}
selectedValue={item.quantity}
selectedValue={item.quantity[0].value}
/>
</div>
<div>
Expand Down

0 comments on commit 0250aa4

Please sign in to comment.