Skip to content

Commit 6e529d1

Browse files
committed
[DSC-648] fix view orcid page link
1 parent 06c22c6 commit 6e529d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<button *ngIf="isAuthorized | async" class="dropdown-item"
2-
[routerLink]="['/items', contextMenuObject.id, 'edit']"
2+
[routerLink]="['/items', contextMenuObject.id, 'orcid']"
33
[innerHTML]="'context-menu.actions.orcid-view' | translate">
44
</button>

0 commit comments

Comments
 (0)