diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c9e261c4aa..e3233bba2c20 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,15 +86,10 @@ - Deploys in production - Refactors the teammates table -<<<<<<< HEAD ### 2.5.19 - Deploys in production - Fixes the bug: not all chatbot images are displayed - Fixes the bug: published chatbots is appearing as a draft -======= -### 2.6.0-rc6 -- Fixes the bug: App cards are not of the same height ->>>>>>> master-PRE ### 2.6.0-rc4 - Improves Knowledge Base diff --git a/src/app/projects/projects.component.ts b/src/app/projects/projects.component.ts index 243d17081625..6379daca852f 100755 --- a/src/app/projects/projects.component.ts +++ b/src/app/projects/projects.component.ts @@ -156,6 +156,7 @@ export class ProjectsComponent implements OnInit, AfterContentInit, OnDestroy { this.unsubscribe$.next(); this.unsubscribe$.complete(); } + getRouteParams() { this.route.queryParams.subscribe((params) => { this.logger.log('[PROJECTS] - GET ROUTE-PARAMS & APPID - params: ', params)