Skip to content

Commit 4a3a0ec

Browse files
authored
Remove unneeded "form" form data-form attribute value
1 parent 5266a0c commit 4a3a0ec

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-bind="attr: {'data-hasrequired': $t('* Required Fields')}">
12-
<fieldset class="fieldset address" data-form="billing-new-address-form">
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)