We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bffc3 commit 7f2d045Copy full SHA for 7f2d045
src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html
@@ -79,7 +79,7 @@ <h2>{{messagePrefix + '.groupsEPersonIsMemberOf' | translate}}</h2>
79
<td class="align-middle">{{ dsoNameService.getName((group.object | async)?.payload) }}</td>
80
<td class="align-middle">
81
<button (click)="deleteGroupFromMember(group)"
82
- [ngClass]="['btn btn-sm', 'btn-outline-danger']">
+ type="button" [ngClass]="['btn btn-sm', 'btn-outline-danger']">
83
<i class="fas fa-trash-alt fa-fw"></i>
84
</button>
85
</td>
0 commit comments