- fix categories and sub-categories product limit in b2c
This commit is contained in:
		| @@ -19,7 +19,7 @@ export class Product { | |||||||
|     total_dataCategories = 0; |     total_dataCategories = 0; | ||||||
|  |  | ||||||
|     pageSubCategories = 0; |     pageSubCategories = 0; | ||||||
|     pageSizeSubCategories = 10 |     pageSizeSubCategories = 10; | ||||||
|     dataSubCategories = []; |     dataSubCategories = []; | ||||||
|     total_dataSubCategories = 0; |     total_dataSubCategories = 0; | ||||||
|     filterCategory = null; |     filterCategory = null; | ||||||
|   | |||||||
| @@ -15,12 +15,12 @@ export class Transaction { | |||||||
|   pageDetail = 0 |   pageDetail = 0 | ||||||
|  |  | ||||||
|   pageCategories = 0; |   pageCategories = 0; | ||||||
|   pageSizeCategories = 10; |   pageSizeCategories = 100; | ||||||
|   dataCategories = []; |   dataCategories = []; | ||||||
|   total_dataCategories = 0; |   total_dataCategories = 0; | ||||||
|  |  | ||||||
|   pageSubCategories = 0; |   pageSubCategories = 0; | ||||||
|   pageSizeSubCategories = 10; |   pageSizeSubCategories = 100; | ||||||
|   dataSubCategories = []; |   dataSubCategories = []; | ||||||
|   total_dataSubCategories = 0; |   total_dataSubCategories = 0; | ||||||
|   //filterSubCategory = null; |   //filterSubCategory = null; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user