Skip to content

Commit

Permalink
Fix #2869 Difficult to find users to delete from group in large groups
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-vir-harshit committed Nov 21, 2024
1 parent c8bffc3 commit 7f2d045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>{{messagePrefix + '.groupsEPersonIsMemberOf' | translate}}</h2>
<td class="align-middle">{{ dsoNameService.getName((group.object | async)?.payload) }}</td>
<td class="align-middle">
<button (click)="deleteGroupFromMember(group)"
[ngClass]="['btn btn-sm', 'btn-outline-danger']">
type="button" [ngClass]="['btn btn-sm', 'btn-outline-danger']">
<i class="fas fa-trash-alt fa-fw"></i>
</button>
</td>
Expand Down

0 comments on commit 7f2d045

Please sign in to comment.