Skip to content

Commit 5bc175b

Browse files
committed
ACP2E-104: [Magento Cloud] Customizable options Drag and drop issue
- Fixed to set the default per page size issue.
1 parent 138d172 commit 5bc175b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/components/dynamic-rows-per-page.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ define([
109109
} else {
110110
this.perPageSize = this.pageSize;
111111
}
112+
} else {
113+
this.perPageSize = this.pageSize;
112114
}
113115
},
114116
});

0 commit comments

Comments
 (0)