fixed icon errors
This commit is contained in:
parent
c9f786eaee
commit
10622204b7
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ export class DashboardCustomerComponent implements OnInit {
|
|||
|
||||
showTotalCategoryList: boolean = false;
|
||||
totalCategoryLimit: number = 10;
|
||||
totalCategoryList: any;
|
||||
totalCategoryList: any[]=[];
|
||||
|
||||
// Graph widgets
|
||||
public widgetList = [
|
||||
|
|
Reference in a new issue