We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5f485 commit 9055f7dCopy full SHA for 9055f7d
app/code/Magento/Checkout/view/frontend/web/template/billing-address/form.html
@@ -9,9 +9,7 @@
9
<!-- ko template: getTemplate() --><!-- /ko -->
10
<!--/ko-->
11
<form data-bind="attr: {'data-hasrequired': $t('* Required Fields')}">
12
- <fieldset
13
- data-bind="attr: { id:'billing-new-address-form-'+index, value:index}"
14
- class="billing-new-address-form fieldset address">
+ <fieldset class="billing-new-address-form fieldset address">
15
<!-- ko foreach: getRegion('additional-fieldsets') -->
16
17
0 commit comments