Skip to content
Snippets Groups Projects
Commit 96058ce0 authored by kbeyro's avatar kbeyro
Browse files

update ngOnDestroy

parent 3a11f238
No related branches found
No related tags found
2 merge requests!108Develop,!80update configuration and bulks
...@@ -203,8 +203,7 @@ export class BulkListComponent implements OnDestroy, OnInit { ...@@ -203,8 +203,7 @@ export class BulkListComponent implements OnDestroy, OnInit {
public ngOnDestroy() { public ngOnDestroy() {
if (this.refresh !== undefined) { if (this.refreshQueue !== undefined) {
this.refresh.unsubscribe();
this.refreshQueue.unsubscribe(); this.refreshQueue.unsubscribe();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment