Skip to content

Commit f756a57

Browse files
committed
MC-38787: Admin Product Grid Page indicator issue
1 parent 9d6eb3c commit f756a57

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid/paging

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/paging/paging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ define([
186186
* @returns {Paging} Chainable.
187187
*/
188188
goFirst: function () {
189-
if (!_.isUndefined(this.filters) || !_.isEmpty(this.search)) {
189+
if (!_.isUndefined(this.filters)) {
190190
this.current = 1;
191191
}
192192

0 commit comments

Comments
 (0)