[acs-3548] fixed csv file issue(880240) (#7904)

This commit is contained in:
rbahirsheth
2022-10-19 10:58:24 +05:30
committed by GitHub
parent 9772d0492c
commit 3abf138088

View File

@@ -61,7 +61,8 @@
<button mat-icon-button
[disabled]="entry.row.obj.readonly"
(click)="removePermission($event, entry.row.obj)"
[attr.data-automation-id]="'adf-delete-permission-button-' + entry.row.obj.authorityId">
[attr.data-automation-id]="'adf-delete-permission-button-' + entry.row.obj.authorityId"
[attr.aria-label]="'PERMISSION_MANAGER.ACTION.DELETE' | translate">
<mat-icon>delete_outline</mat-icon>
</button>
</ng-template>