Skip to content

Commit bf5ad21

Browse files
MAGETWO-91633: Grouped Products: Associated Products Can't Be Sorted Between Pages
- Fix static tests
1 parent 5934b23 commit bf5ad21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GroupedProduct/view/adminhtml/web/js/grouped-product-grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ define([
104104
*
105105
* @param {Array} recordData
106106
* @param {Number} recordId
107-
* @return {number}
107+
* @return {Number}
108108
*/
109109
getUpdatedRecordIndex: function (recordData, recordId) {
110110
return recordData.map(function (o) {

0 commit comments

Comments
 (0)