Skip to content

Commit 6de6006

Browse files
committed
Inherited the parent method to fix pagination issue
1 parent ba6bf77 commit 6de6006

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/components/dynamic-rows-tier-price.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ define([
3030
this.labels(labels);
3131
},
3232

33-
/**
34-
* Change page
35-
*
36-
* @param {Number} page - current page
37-
*/
33+
/** @inheritdoc */
3834
changePage: function (page) {
3935
this.clear();
4036

0 commit comments

Comments
 (0)