This commit is contained in:
CITE\spapacharalampous 2024-08-28 17:32:46 +03:00
parent 7d3a359130
commit 492dbc4ab5
1 changed files with 0 additions and 1 deletions

View File

@ -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;