We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8ed66 commit ba6bf77Copy full SHA for ba6bf77
app/code/Magento/Catalog/view/adminhtml/web/js/components/dynamic-rows-tier-price.js
@@ -36,7 +36,7 @@ define([
36
* @param {Number} page - current page
37
*/
38
changePage: function (page) {
39
- this.clear(); /* Clear the children when directly edit the text field */
+ this.clear();
40
41
if (page === 1 && !this.recordData().length) {
42
return false;
0 commit comments