From 6c0f6e3f97f9cf3ddc2415510a9711aa21a82754 Mon Sep 17 00:00:00 2001 From: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:10:48 +0530 Subject: [PATCH] Update dialog.component.html Signed-off-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com> --- pmp-ui/src/app/shared/dialog/dialog.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pmp-ui/src/app/shared/dialog/dialog.component.html b/pmp-ui/src/app/shared/dialog/dialog.component.html index 5414fdb51..5f68840c4 100644 --- a/pmp-ui/src/app/shared/dialog/dialog.component.html +++ b/pmp-ui/src/app/shared/dialog/dialog.component.html @@ -42,6 +42,7 @@

{{ "filters.titleTxt" | translate }}

style="font-size: x-small;height: 30px;" *ngFor="let option of filterOptions[filter.filtername]" [value]="option.fieldValue" + [id]="option.fieldValue" > {{ option.fieldValue | status }}