Calling closeAll from dialogService on Send ngOnDestroy (#8763)

This commit is contained in:
aj-rosado 2024-04-17 16:06:25 +01:00 committed by GitHub
parent 3179867310
commit 395f2e806e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ export class SendComponent extends BaseSendComponent {
}
ngOnDestroy() {
this.dialogService.closeAll();
this.broadcasterService.unsubscribe(BroadcasterSubscriptionId);
}