diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 3919236..bbbf31b 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -308,13 +308,11 @@ export class AppComponent implements OnInit, OnDestroy { initAdminToolCommunity(communityId) { if (communityId) { this.properties.adminToolsPortalType = "community"; - this.properties.adminToolsCommunity = communityId; if (this.document) { this.initLayout(communityId); } } else { this.properties.adminToolsPortalType = "connect"; - this.properties.adminToolsCommunity = "connect"; if (this.document) { this.initLayout(this.communityId?this.communityId:'connect'); }