Skip to content

Commit

Permalink
fix: standoff links work again (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 authored Jan 31, 2025
1 parent d8b71d7 commit 1ce0477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class PropertiesDisplayComponent implements OnChanges, OnDestroy {

return {
label: link.strval ?? '',
uri: `/resource/${resourceIdPathOnly[0]}`,
uri: `/resource/${resourceIdPathOnly}`,
project: link.linkedResource?.resourceClassLabel ?? '',
};
});
Expand Down

0 comments on commit 1ce0477

Please sign in to comment.