Skip to content

Commit

Permalink
minor name tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-belcher committed Oct 27, 2023
1 parent 77b5e72 commit ee219b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/services/ui/src/pages/form/proto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ export const ABP1: Document = {
slots: [
{
rhf: "FieldGroup",
name: "income_definition_specific_statewide_arr_region",
name: "income_definition_specific_statewide_group_region",
props: {
appendText: "Add Region",
removeText:
Expand Down Expand Up @@ -623,7 +623,7 @@ export const ABP1: Document = {
slots: [
{
rhf: "FieldGroup",
name: "income_definition_specific_statewide_arr_liv_arr",
name: "income_definition_specific_statewide_group_liv_arrange",
props: {
appendText:
"Add Living Arrangement",
Expand All @@ -644,7 +644,7 @@ export const ABP1: Document = {
},
{
rhf: "FieldArray",
name: "income_definition_specific_statewide",
name: "income_definition_specific_statewide_arr",
fields: [
{
rhf: "Input",
Expand Down Expand Up @@ -704,7 +704,7 @@ export const ABP1: Document = {
slots: [
{
rhf: "FieldGroup",
name: "income_definition_specific_statewide_arr_other",
name: "income_definition_specific_statewide_group_other",
props: {
appendText: "Add",
removeText: "Remove",
Expand All @@ -722,7 +722,7 @@ export const ABP1: Document = {
},
{
rhf: "FieldArray",
name: "income_definition_specific_statewide",
name: "income_definition_specific_statewide_arr",
fields: [
{
rhf: "Input",
Expand Down

0 comments on commit ee219b8

Please sign in to comment.