Skip to content

Commit

Permalink
Merge pull request #257 from GOKULRAJ136/patch-6
Browse files Browse the repository at this point in the history
MOSIP-32095 : Added id for policy group values
  • Loading branch information
aranaravi authored Mar 26, 2024
2 parents 9895c30 + 6c0f6e3 commit 66a5dd9
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 66a5dd9

Please sign in to comment.