Skip to content

Commit

Permalink
Merge pull request #1200 from ORCID/editMember404
Browse files Browse the repository at this point in the history
fixed edit button on member details page
  • Loading branch information
auumgn authored May 31, 2024
2 parents 8e93aa4 + e1b1c01 commit 7ea7926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/member/member-detail.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h1 class="mt-5" i18n="@@gatewayApp.msUserServiceMSMember.detail.title.string">M
<button type="submit" (click)="previousState()" class="btn btn-outline-primary">
<fa-icon [icon]="faArrowLeft"></fa-icon>&nbsp;<span i18n="@@entity.action.back.string"> Back</span>
</button>
<button type="button" [routerLink]="['/member', member.id, 'edit']" class="btn btn-primary ml-1">
<button type="button" [routerLink]="['/members', member.id, 'edit']" class="btn btn-primary ml-1">
<fa-icon [icon]="faPencilAlt"></fa-icon>&nbsp;<span i18n="@@entity.action.edit.string"> Edit</span>
</button>
</div>
Expand Down

0 comments on commit 7ea7926

Please sign in to comment.