Skip to content

Commit

Permalink
Update dialog.component.html
Browse files Browse the repository at this point in the history
Signed-off-by: Gokulraj C <[email protected]>
  • Loading branch information
GOKULRAJ136 authored Mar 26, 2024
1 parent 9895c30 commit 6c0f6e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pmp-ui/src/app/shared/dialog/dialog.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ <h2 class="filter-heading">{{ "filters.titleTxt" | translate }}</h2>
style="font-size: x-small;height: 30px;"
*ngFor="let option of filterOptions[filter.filtername]"
[value]="option.fieldValue"
[id]="option.fieldValue"
>
{{ option.fieldValue | status }}
</mat-option>
Expand Down

0 comments on commit 6c0f6e3

Please sign in to comment.