From f113e66377ab1c7f1175c9f9149a9839dbf527d8 Mon Sep 17 00:00:00 2001 From: leejinho Date: Mon, 17 Feb 2020 11:36:06 +0900 Subject: [PATCH] =?UTF-8?q?#=20=EC=9D=B4=EC=8A=88=EC=B2=98=EB=A6=AC=20236?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../messenger/dialogs/chat/create-chat.dialog.component.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/chat/create-chat.dialog.component.ts b/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/chat/create-chat.dialog.component.ts index 3045e5b3..7fca4835 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/chat/create-chat.dialog.component.ts +++ b/projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/chat/create-chat.dialog.component.ts @@ -182,6 +182,12 @@ export class CreateChatDialogComponent implements OnInit, OnDestroy { const loginInfo = this.sessionStorageService.get(KEY_LOGIN_INFO); this.companyCode = loginInfo.companyCode; + this.store.dispatch( + SettingsStore.organizationTreeActivated({ + activate: false + }) + ); + this.companyList$ = this.store.pipe( select(AppStore.SettingSelector.CompanySelector.companyList) );