Calling closeAll from dialogService on Send ngOnDestroy (#8763)
This commit is contained in:
parent
3179867310
commit
395f2e806e
|
@ -92,6 +92,7 @@ export class SendComponent extends BaseSendComponent {
|
|||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
this.dialogService.closeAll();
|
||||
this.broadcasterService.unsubscribe(BroadcasterSubscriptionId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue