Skip to content

Commit

Permalink
Vebt-684: 10282 midpoint review - Updated text and optional questions (
Browse files Browse the repository at this point in the history
  • Loading branch information
fatmakhan0395 authored Oct 4, 2024
1 parent 68a2112 commit 8def25e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/applications/edu-benefits/10282/config/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ const formConfig = {
path: 'education-employment-history-1',
uiSchema: highestLevelOfEducation.uiSchema,
schema: highestLevelOfEducation.schema,
depends: formData => formData.raceAndGender === 'Yes',
},
currentlyEmployed: {
title: 'Your education and employment history',
Expand All @@ -159,14 +158,12 @@ const formConfig = {
},
},
},
depends: formData => formData.raceAndGender === 'Yes',
},
currentAnnualSalary: {
title: 'Your education and employment history',
path: 'education-employment-history-3',
uiSchema: currentAnnualSalary.uiSchema,
schema: currentAnnualSalary.schema,
depends: formData => formData.raceAndGender === 'Yes',
},
isWorkingInTechIndustry: {
title: 'Your education and employment history',
Expand All @@ -189,14 +186,12 @@ const formConfig = {
},
},
},
depends: formData => formData.raceAndGender === 'Yes',
},
techIndustryFocusArea: {
title: 'Your education and employment history',
path: 'education-employment-history-5',
uiSchema: techIndustryFocusArea.uiSchema,
schema: techIndustryFocusArea.schema,
depends: formData => formData.raceAndGender === 'Yes',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { ethnicity, orginRace } = fullSchema10282.properties;
const uiSchema = {
'ui:title': (
<h3 className="vads-u-margin--0 vads-u-color--base">
Your ethnicity, or race
Your ethnicity and race
</h3>
),
ethnicity: {
Expand Down

0 comments on commit 8def25e

Please sign in to comment.