Skip to content

Commit f1f4a86

Browse files
committed
MC-38787: Admin Product Grid Page indicator issue
1 parent 0c3561c commit f1f4a86

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
@@ -60,7 +60,7 @@ define([
6060
'pageSize': 'onPageSizeChange',
6161
'totalRecords': 'updateCounter',
6262
'${ $.provider }:params.filters': 'goFirst',
63-
'keywordUpdated': 'goFirst'
63+
'${ $.provider }:params.search': 'goFirst'
6464
},
6565

6666
modules: {

0 commit comments

Comments
 (0)