Skip to content

Commit

Permalink
Replace deprecated FieldGroup with FieldArray (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
charmcitygavin authored Aug 21, 2024
1 parent ba3d1a4 commit 08e0d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libs/webforms/ABP8/sections/v202401.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export function deliverySystemCharactaristics({
},
},
{
rhf: "FieldGroup",
rhf: "FieldArray",
name: "benefit-service",
label: `Which benefit or service will be provided by a type of coverage other than the ${programLabel}?`,
labelClassName: "font-bold",
Expand Down

0 comments on commit 08e0d72

Please sign in to comment.