Skip to content

Commit 728b027

Browse files
committed
FIX: cartline qty readonly false forced
1 parent 86aed10 commit 728b027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cart/checkout/Checkout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</button>
7373
</div>
7474
<div v-if="displayCart" class="cart__lines">
75-
<cart-lines :lines="cart?.lines" :readonly="true"></cart-lines>
75+
<cart-lines :lines="cart?.lines" :readonly="false"></cart-lines>
7676
</div>
7777
</slot>
7878
</div>

0 commit comments

Comments
 (0)