Skip to content

Commit 560aa38

Browse files
authored
Fixed coding related issue
1 parent cad44a3 commit 560aa38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ define([
3737
*/
3838
changePage: function (page) {
3939
this.clear(); /* Clear the children when directly edit the text field */
40+
4041
if (page === 1 && !this.recordData().length) {
4142
return false;
4243
}

0 commit comments

Comments
 (0)