Skip to content

Commit 2ddec42

Browse files
committed
fix: remove unused ID
1 parent 15b9b26 commit 2ddec42

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/billing-address

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/template/billing-address/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- ko template: getTemplate() --><!-- /ko -->
1010
<!--/ko-->
1111
<form data-hasrequired="* Required Fields">
12-
<fieldset data-bind="attr: { id:'billing-new-address-form-'+index, value:index}" class="fieldset address">
12+
<fieldset class="fieldset address" data-form="billing-new-address">
1313
<!-- ko foreach: getRegion('additional-fieldsets') -->
1414
<!-- ko template: getTemplate() --><!-- /ko -->
1515
<!--/ko-->

0 commit comments

Comments
 (0)