Merge remote-tracking branch 'origin/angular-13' into angular-14
This commit is contained in:
commit
715d270419
|
@ -3,3 +3,4 @@ node_modules/
|
||||||
dist/
|
dist/
|
||||||
.idea/
|
.idea/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
.angular
|
|
@ -162,7 +162,7 @@ border-bottom:1px solid #ced4da;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static getCommunityInfo(): any {
|
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…
Reference in New Issue