mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(dashboard): fix type statusCards
This commit is contained in:
parent
76d31dadbc
commit
5229d549e9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export class DashboardComponent implements OnDestroy {
|
|||
type: 'warning',
|
||||
};
|
||||
|
||||
statusCards: string;
|
||||
statusCards: CardSettings[];
|
||||
|
||||
commonStatusCardsSet: CardSettings[] = [
|
||||
this.lightCard,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue