fix linting issues
This commit is contained in:
parent
83f0472bac
commit
51348a2f65
|
|
@ -45,7 +45,7 @@ export class WorkbasketListComponent implements OnInit, OnDestroy {
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this.requestInProgress = true;
|
this.requestInProgress = true;
|
||||||
this.workbasketServiceSubscription = this.workbasketService.getSelectedWorkBasket().subscribe(workbasketIdSelected => {
|
this.workbasketServiceSubscription = this.workbasketService.getSelectedWorkBasket().subscribe(workbasketIdSelected => {
|
||||||
//TODO should be done in a different way.
|
// TODO should be done in a different way.
|
||||||
setTimeout(() => { this.selectedId = workbasketIdSelected; }, 0);
|
setTimeout(() => { this.selectedId = workbasketIdSelected; }, 0);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue