Skip to content

Commit c7a140e

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

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
@@ -114,7 +114,7 @@ define([
114114

115115
/**
116116
*
117-
* @param {Array} - recordData to reprocess
117+
* @param {Array} recordData - to reprocess
118118
*/
119119
reloadGridData: function (recordData) {
120120
this.recordData(recordData.sort(function (a, b) {

0 commit comments

Comments
 (0)