mirror of
https://github.com/bitwarden/web
synced 2026-01-07 02:53:15 +00:00
remove all blur clicks
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<span *ngIf="u.type === organizationUserType.User">{{'user' | i18n}}</span>
|
||||
</td>
|
||||
<td class="table-list-options wider">
|
||||
<button type="button" class="btn btn-sm btn-outline-danger btn-submit" (click)="remove(u)" #removeBtn appBlurClick [disabled]="removeBtn.loading"
|
||||
<button type="button" class="btn btn-sm btn-outline-danger btn-submit" (click)="remove(u)" #removeBtn [disabled]="removeBtn.loading"
|
||||
[appApiAction]="actionPromise" *ngIf="entity !== 'collection' || !u.accessAll">
|
||||
<i class="fa fa-spinner fa-spin" title="{{'loading' | i18n}}"></i>
|
||||
<span>{{'remove' | i18n}}</span>
|
||||
|
||||
Reference in New Issue
Block a user