Skip to content

Commit

Permalink
[ACS-7373] mat-icon-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-web-ua authored and VitoAlbano committed Jun 29, 2024
1 parent a1f3950 commit 2143f00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ <h3>{{'PERMISSION_MANAGER.LABELS.DIRECT-PERMISSIONS' | translate }}</h3>
<div class="adf-toolbar--spacer"></div>

<button
mat-button
mat-icon-button
title="{{'PERMISSION_MANAGER.ACTION.ADD-PERMISSION' | translate}}"
(click)="openAddPermissionDialog()"
data-automation-id="adf-add-permission-button">
<mat-icon>person_add_outline</mat-icon>
</button>

<button
mat-button
mat-icon-button
title="{{'PERMISSION_MANAGER.ACTION.DELETE' | translate}}"
[disabled]="!selectedPermissions?.length"
(click)="deleteSelection()"
Expand Down

0 comments on commit 2143f00

Please sign in to comment.