diff --git a/src/app/app.component.ts b/src/app/app.component.ts index e54778b..b90b48b 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -165,6 +165,8 @@ export class AppComponent { if (communityId) { this.properties.adminToolsPortalType = "community"; this.initLayout(communityId); + }else{ + this.properties.adminToolsPortalType = "connect"; } this.configurationService.initCommunityInformation(this.properties, (communityId) ? communityId : this.properties.adminToolsPortalType); }