From 9b94ddd76a4b856c9dc8f2675639b22ecb653023 Mon Sep 17 00:00:00 2001 From: Fadli Date: Mon, 12 Sep 2022 15:43:21 +0700 Subject: [PATCH] - fix categories and sub-categories product limit in b2c --- src/store/product.js | 2 +- src/store/transaction.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/store/product.js b/src/store/product.js index 7beeed4..ec6be2c 100644 --- a/src/store/product.js +++ b/src/store/product.js @@ -19,7 +19,7 @@ export class Product { total_dataCategories = 0; pageSubCategories = 0; - pageSizeSubCategories = 10 + pageSizeSubCategories = 10; dataSubCategories = []; total_dataSubCategories = 0; filterCategory = null; diff --git a/src/store/transaction.js b/src/store/transaction.js index 25f3910..8c98ca6 100644 --- a/src/store/transaction.js +++ b/src/store/transaction.js @@ -15,12 +15,12 @@ export class Transaction { pageDetail = 0 pageCategories = 0; - pageSizeCategories = 10; + pageSizeCategories = 100; dataCategories = []; total_dataCategories = 0; pageSubCategories = 0; - pageSizeSubCategories = 10; + pageSizeSubCategories = 100; dataSubCategories = []; total_dataSubCategories = 0; //filterSubCategory = null;