Skip to content

Commit

Permalink
fix(hcd-abp6): fix issues from hcd feedback (#657)
Browse files Browse the repository at this point in the history
* fix issues from hcd feedback

* Update v202401.ts

* Update v202401.ts
  • Loading branch information
jdinh8124 authored Jul 24, 2024
1 parent 6d4dfcd commit 9a57a1d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/services/api/webforms/ABP6/v202401.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export const v202401: FormSchema = {
label:
"Aggregate actuarial value of the benchmark plan (e.g., FEHBP, state/territory employee coverage, commercial plan, state plan) that is equivalent to the state/territory's benefit package",
labelClassName: "font-bold",
props: {
icon: "$",
},
rules: {
required: "* Required",
pattern: {
Expand All @@ -35,6 +38,9 @@ export const v202401: FormSchema = {
label:
"Aggregate actuarial value of the state/territory's benchmark-equivalent plan (must be greater than or equal to the amount entered above)",
labelClassName: "font-bold",
props: {
icon: "$",
},
rules: {
required: "* Required",
pattern: {
Expand Down Expand Up @@ -283,6 +289,9 @@ export const v202401: FormSchema = {
{
name: "description",
rhf: "Textarea",
props: {
className: "h-[114px]",
},
},
],
},
Expand Down

0 comments on commit 9a57a1d

Please sign in to comment.