Merge branch 'main' of https://gitlab.com/empatnusabangsa/ppob/ppob-frontend into devops-production
This commit is contained in:
		| @@ -19,7 +19,7 @@ export class Product { | ||||
|     total_dataCategories = 0; | ||||
|  | ||||
|     pageSubCategories = 0; | ||||
|     pageSizeSubCategories = 10 | ||||
|     pageSizeSubCategories = 10; | ||||
|     dataSubCategories = []; | ||||
|     total_dataSubCategories = 0; | ||||
|     filterCategory = null; | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user