Skip to content

Commit

Permalink
fixed issue in browser console
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisGuzmanS committed Feb 11, 2023
1 parent ff09bec commit c74ef49
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ export class ItemCollectionComponent implements OnInit {
*/
ngOnInit() {

this.linkService.resolveLinks(this.object, followLink('workflowitem', {},
this.linkService.resolveLinks(this.object, followLink('workflowitem', {
isOptional: true
},
followLink('collection',{})
));
this.collection$ = (this.object.workflowitem as Observable<RemoteData<WorkflowItem>>).pipe(
Expand Down

0 comments on commit c74ef49

Please sign in to comment.