feat(spa): Increase max page limit to product lists
This commit is contained in:
@@ -65,7 +65,7 @@ class ProductsService
|
||||
$perPage = $params['perPage'];
|
||||
$search = $params['search'] ?? false;
|
||||
$categoryName = '';
|
||||
$maxPages = $params['maxPages'] ?? 50;
|
||||
$maxPages = 200;
|
||||
$filters = $params['filters'] ?? [];
|
||||
|
||||
$aspectRatio = $this->settings->get('app.image_aspect_ratio', '1:1');
|
||||
|
||||
Reference in New Issue
Block a user