Skip to content

Commit

Permalink
gah
Browse files Browse the repository at this point in the history
  • Loading branch information
svonworl committed Oct 24, 2024
1 parent 7f066c1 commit 835c648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/workflow/info-tab/info-tab.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class InfoTabService {

getTRSId(workflow: Workflow | undefined): string {
if (workflow) {
return workflow.entryTypeMetadata.trsId;
return workflow.trsId;
} else {
return '';
}
Expand Down

0 comments on commit 835c648

Please sign in to comment.