Skip to content

Commit

Permalink
Fix:Select Manager Label
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmbabhazi committed Feb 28, 2025
1 parent adb3b9d commit 2cece68
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
<ga-employee-multi-select
[selectedEmployeeIds]="selectedManagerIds"
(selectedChange)="onManagersSelected($event)"
[placeholder]="'FORM.PLACEHOLDERS.ADD_REMOVE_MANAGERS' | translate"
[label]="'FORM.PLACEHOLDERS.ADD_REMOVE_MANAGERS' | translate"
[placeholder]="'FORM.LABELS.ADD_REMOVE_MANAGERS' | translate"
[label]="'FORM.LABELS.ADD_REMOVE_MANAGERS' | translate"
></ga-employee-multi-select>
</div>
</div>
Expand Down

0 comments on commit 2cece68

Please sign in to comment.