From 08e0d72ba3de27db0c48feed9afafb87090b7417 Mon Sep 17 00:00:00 2001 From: "Gavin St. Ours" Date: Wed, 21 Aug 2024 14:42:57 -0400 Subject: [PATCH] Replace deprecated FieldGroup with FieldArray (#729) --- lib/libs/webforms/ABP8/sections/v202401.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libs/webforms/ABP8/sections/v202401.ts b/lib/libs/webforms/ABP8/sections/v202401.ts index 155592e7ff..9c496c96c8 100644 --- a/lib/libs/webforms/ABP8/sections/v202401.ts +++ b/lib/libs/webforms/ABP8/sections/v202401.ts @@ -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",