Skip to content

Commit

Permalink
fix(storefront): BCTHEME-429 Unlabelled edit fields on cart page
Browse files Browse the repository at this point in the history
  • Loading branch information
BC-tymurbiedukhin committed Mar 18, 2021
1 parent facef23 commit 1f92e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/components/cart/content.html
Expand Up @@ -112,6 +112,7 @@ <h2 class="cart-item-name">
pattern="[0-9]*"
data-cart-itemid="{{id}}"
data-action="manualQtyChange"
aria-label="{{name}}"
aria-live="polite"{{#unless can_modify}} disabled{{/unless}}>
{{#if can_modify}}
<button class="button button--icon"
Expand Down

0 comments on commit 1f92e0e

Please sign in to comment.