Skip to content

Commit 895efff

Browse files
committed
MAGETWO-54242: [Github] Magento2: Issue in pagination #3861
1 parent e7d6678 commit 895efff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Helper/Product/ProductList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ProductList
1818
*/
1919
const XML_PATH_LIST_MODE = 'catalog/frontend/list_mode';
2020

21-
const VIEW_MODE_LIST = 'view';
21+
const VIEW_MODE_LIST = 'list';
2222
const VIEW_MODE_GRID = 'grid';
2323

2424
const DEFAULT_SORT_DIRECTION = 'asc';

0 commit comments

Comments
 (0)