Skip to content

Commit

Permalink
Merge branch 'master-PRE' into features/lazy-loading-7-PRE
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	package-lock.json
#	package.json
  • Loading branch information
Nicola Lanzilotto committed Apr 26, 2024
2 parents 0132265 + 1b0f8a6 commit 420124e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
- Deploys in production
- Improves performance and bug fixing

<<<<<<< HEAD
=======
### 2.6.15-rc1
- Improves performance and bug fixing

>>>>>>> master-PRE
### 2.6.14
- Deploys in production
- Improves performance and bug fixing
Expand Down Expand Up @@ -106,8 +112,18 @@
- Adds the customer.io integration
- Fixes the bug: app cards are not all the same height

### 2.6.0-rc6
- Fixes the bug: App cards are not of the same height
### 2.5.21
- Deploys in production
- Adds the ability to sort chatbot by name

### 2.5.20
- Deploys in production
- Refactors the teammates table

### 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-rc4
- Improves Knowledge Base
Expand Down
1 change: 1 addition & 0 deletions src/app/projects/projects.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 420124e

Please sign in to comment.