Skip to content

Commit

Permalink
resolve non-unique elements id in console error
Browse files Browse the repository at this point in the history
  • Loading branch information
neeta-wagento committed May 19, 2018
1 parent 9644572 commit 20d8e6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<form data-bind="attr: {'data-hasrequired': $t('* Required Fields')}">
<fieldset id="billing-new-address-form" class="fieldset address">
<fieldset data-bind="attr: { id:'billing-new-address-form-'+index, value:index}" class="fieldset address">
<!-- ko foreach: getRegion('additional-fieldsets') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
Expand All @@ -21,6 +21,6 @@
</label>
</div>
<!-- /ko -->
</fieldset>
</fieldset >
</form>
</div>

0 comments on commit 20d8e6a

Please sign in to comment.