Update context-console-menu.component.ts

This commit is contained in:
piotrpekala7 2020-09-29 14:07:27 +02:00
parent dce29bb45d
commit d80b0142fd

View File

@ -109,8 +109,4 @@ export class ContextConsoleMenuComponent implements OnInit {
this.toasterService.error('To open console please start the node');
}
}
ngOnDestroy() {
this.componentRef.destroy();
}
}