This commit is contained in:
Eugene Pankov 2021-07-06 21:50:40 +02:00
parent 403bafe0a2
commit 4e667edf9f

View file

@ -31,6 +31,6 @@ export class TabBodyComponent implements OnChanges {
}
ngOnDestroy () {
this.placeholder.detach()
this.placeholder?.detach()
}
}