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

This commit is contained in:
Konstantina Galouni 2022-10-04 15:50:41 +03:00
commit 715d270419
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

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

View File

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