Skip to content

Commit 149f84f

Browse files
author
Eric Claeren
committed
24070 - Fixed JS linting errors.
1 parent 8529944 commit 149f84f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Backend/view/adminhtml/web/js/validate-store.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ define([
5353
if ($(form).validation('isValid')) {
5454
$.each($(form).serializeArray(), function () {
5555
counts[this.name] = (counts[this.name] || 0) + 1;
56+
5657
if (formData[this.name]) {
5758
this.name = this.name.replace(new RegExp(/\[\]$/g), '[' + (counts[this.name] - 1) + ']');
5859
}

0 commit comments

Comments
 (0)