MED-238: Update query limit, default=5
This commit is contained in:
@@ -7,6 +7,7 @@ import { ServiceCategory } from '../../_components/service-categories';
|
|||||||
async function ttoServicesLoader() {
|
async function ttoServicesLoader() {
|
||||||
const response = await getProductCategories({
|
const response = await getProductCategories({
|
||||||
fields: '*products, is_active, metadata',
|
fields: '*products, is_active, metadata',
|
||||||
|
limit: 100,
|
||||||
});
|
});
|
||||||
|
|
||||||
const heroCategories = response.product_categories?.filter(
|
const heroCategories = response.product_categories?.filter(
|
||||||
|
|||||||
Reference in New Issue
Block a user