Skip to content

Commit 7f2d045

Browse files
Fix #2869 Difficult to find users to delete from group in large groups
1 parent c8bffc3 commit 7f2d045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>{{messagePrefix + '.groupsEPersonIsMemberOf' | translate}}</h2>
7979
<td class="align-middle">{{ dsoNameService.getName((group.object | async)?.payload) }}</td>
8080
<td class="align-middle">
8181
<button (click)="deleteGroupFromMember(group)"
82-
[ngClass]="['btn btn-sm', 'btn-outline-danger']">
82+
type="button" [ngClass]="['btn btn-sm', 'btn-outline-danger']">
8383
<i class="fas fa-trash-alt fa-fw"></i>
8484
</button>
8585
</td>

0 commit comments

Comments
 (0)