Skip to content

Commit 491c649

Browse files
committed
Merge remote-tracking branch 'origin/AC-2020' into Spartans_2_4_6_Quality_Backlog
2 parents e3aea78 + da76542 commit 491c649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/dynamic-rows/dynamic-rows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ define([
801801
var max = 0,
802802
pos;
803803

804-
this.elems.each(function (record) {
804+
this.recordData.each(function (record) {
805805
pos = ~~record.position;
806806
pos > max ? max = pos : false;
807807
});

0 commit comments

Comments
 (0)