clean up
This commit is contained in:
parent
7d3a359130
commit
492dbc4ab5
|
@ -55,7 +55,6 @@ export class PlanListingComponent extends BaseListingComponent<BasePlan, PlanLoo
|
|||
@ViewChild(MatPaginator, { static: true }) _paginator: MatPaginator;
|
||||
@ViewChild(MatSort) sort: MatSort;
|
||||
lookup: PlanLookup;
|
||||
// groupId: string;
|
||||
totalCount: number;
|
||||
listingItems: any[] = [];
|
||||
isPublic: boolean = false;
|
||||
|
|
Loading…
Reference in New Issue