Merge remote-tracking branch 'origin/angular-13' into angular-14

angular-14
Konstantina Galouni 2 years ago
commit 715d270419

1
.gitignore vendored

@ -3,3 +3,4 @@ node_modules/
dist/
.idea/
package-lock.json
.angular

@ -162,7 +162,7 @@ border-bottom:1px solid #ced4da;
}
public static getCommunityInfo(): any {
return Portal.getMockCommunityInfo(PortalAggregators.disabled.entities,PortalAggregators.disabled.pages);
return Portal.getMockCommunityInfo(PortalAggregators.eoscInfo.menuId, PortalAggregators.disabled.entities,PortalAggregators.disabled.pages);
}
}

Loading…
Cancel
Save