Update to Angular 16 #6

Merged
konstantina.galouni merged 17 commits from angular-16 into develop 2023-10-31 11:11:29 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ca61d32e0a - Show all commits

View File

@ -57,7 +57,7 @@ export class PortalAggregators {
}
public static getCommunityInfo(): any {
return Portal.getMockCommunityInfo(PortalAggregators.eoscInfo.menuId, PortalAggregators.disabled.entities,PortalAggregators.disabled.pages);
return Portal.getMockCommunityInfo(PortalAggregators.eoscInfo.menuId, PortalAggregators.eoscInfo.title, PortalAggregators.disabled.entities,PortalAggregators.disabled.pages);
}
}