Fix mockCommunityInfo in aggregators.ts
This commit is contained in:
parent
640fe802f5
commit
f0f9bb5dd0
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue