change type var for menu component

This commit is contained in:
Alex Martzios 2022-07-15 16:56:50 +03:00
parent facb821605
commit c5da95fb48
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export class MenuComponent implements OnInit {
public name: string;
public entity: CommunityInfo | Stakeholder;
public showLogo: boolean = true;
public type: string;
public type: any;
public showLoading = true;
public isPortalAdministrator = null;