Skip to content

Commit

Permalink
[AAE-15206] add missing label to task assignment filter (#9291)
Browse files Browse the repository at this point in the history
* [AAE-15206] add missing label to task assignment filter

* [AAE-15206] template fix
  • Loading branch information
wojd0 committed Jan 30, 2024
1 parent 2e4afa0 commit 3aaf8f1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<div class="adf-cloud-assignment-container">
<mat-form-field floatLabel="auto" class="adf-task-assignment-filter-container">
<mat-label class="adf-task-assignment-filter-label"
[ngClass]="{'adf-task-assignment-filter-label--focus': typeDropdown.focused}">
{{ 'ADF_CLOUD_TASK_ASSIGNMENT_FILTER.ASSIGNMENT_TYPE' | translate }}
</mat-label>
<mat-select class="adf-task-assignment-filter"
placeholder="{{ 'ADF_CLOUD_TASK_ASSIGNMENT_FILTER.ASSIGNMENT_TYPE' | translate }}"
[(ngModel)]="assignmentType"
[(ngModel)]="assignmentType" #typeDropdown
[attr.data-automation-id]="'adf-task-assignment-filter-select'"
(selectionChange)="onAssignmentTypeChange($event)">
<mat-option *ngFor="let assignmentType of assignmentTypeOptions"
Expand Down

0 comments on commit 3aaf8f1

Please sign in to comment.