Skip to content

Commit

Permalink
[MNT-24689] Addressed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz committed Nov 8, 2024
1 parent b2bdec6 commit 7413c54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ <h3 class="adf-inherit-container-header">
</h3>

<mat-slide-toggle
*ngIf="updatePermissionsAllowed"
class="adf-inherit-toggle"
title="{{'PERMISSION_MANAGER.LABELS.INHERITED_PERMISSION_TOGGLE' | translate }}"
color="primary"
aria-label="{{'PERMISSION_MANAGER.LABELS.INHERITED_PERMISSION_TOGGLE' | translate}}"
data-automation-id="adf-inherit-toggle-button"
[checked]="model.node.permissions.isInheritanceEnabled"
(change)="permissionList.toggleInherited($event)"
*ngIf="updatePermissionsAllowed" />
(change)="permissionList.toggleInherited($event)" />
</span>

<span class="adf-inherit-subtitle" title="total">
Expand Down

0 comments on commit 7413c54

Please sign in to comment.