Skip to content

Commit

Permalink
# 5.0.89 in PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 5, 2024
1 parent 0882339 commit ee46f75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
### **Copyrigth**:
*Tiledesk SRL*

# 5.0.89 in PROD

# 5.0.88 in PROD

# 5.0.87 in PROD
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chat21/chat21-web-widget",
"author": "Tiledesk SRL",
"version": "5.0.88",
"version": "5.0.89",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,8 @@ export class ConversationComponent implements OnInit, AfterViewInit, OnChanges {
case 'confirm':
this.tiledeskRequestService.closeSupportGroup(this.conversationId).then(data => {
if(data === 'closed'){
this.mydialog.nativeElement.close()
this.mydialog.nativeElement.close();
this.appStorageService.removeItem('recipientId');
this.logger.debug('[CONV-COMP] chat closed successfully with uid ', this.conversationId)
}
}).catch(error => {
Expand Down

0 comments on commit ee46f75

Please sign in to comment.