Skip to content

Commit

Permalink
Update filter.component.html
Browse files Browse the repository at this point in the history
Signed-off-by: HinPublicis <[email protected]>
  • Loading branch information
HinPublicis authored May 8, 2024
1 parent 5a89fca commit 991e85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/src/app/dashboard/filter/filter.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<div
[formGroupName]="item?.hierarchyLevelId">
<input type="checkbox" [formControlName]="key.nodeId"
[checked]="filterForm?.get(item?.hierarchyLevelId)?.value[key.nodeId]" (change)="checkedState($event, item?.hierarchyLevelId)"
[checked]="filterForm?.get(item?.hierarchyLevelId)?.value[key.nodeId]"
class="p-mr-1" />
</div>
{{key.nodeName}}
Expand Down

0 comments on commit 991e85f

Please sign in to comment.