Skip to content

Commit

Permalink
Rename paths to 'mental-health-form0781'
Browse files Browse the repository at this point in the history
  • Loading branch information
ajones446 committed Feb 14, 2025
1 parent 1b6be41 commit 67fad31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,19 @@ export const form0781PagesConfig = {
schema: behaviorListPage.schema,
},
reassignmentDescriptionPage: {
path:
'additional-forms/mental-health-statement/behavior-changes-1-description',
path: 'mental-health-form-0781/behavior-changes-1-description',
depends: formData => showReassignmentDescriptionPage(formData),
uiSchema: reassignmentDescriptionPage.uiSchema,
schema: reassignmentDescriptionPage.schema,
},
unlistedDescriptionPage: {
path:
'additional-forms/mental-health-statement/behavior-changes-2-description',
path: 'mental-health-form-0781/behavior-changes-2-description',
depends: formData => showUnlistedDescriptionPage(formData),
uiSchema: unlistedDescriptionPage.uiSchema,
schema: unlistedDescriptionPage.schema,
},
behaviorSummaryPage: {
path: 'additional-forms/mental-health-statement/behavior-changes-summary',
path: 'mental-health-form-0781/behavior-changes-summary',
depends: formData => showBehaviorSummaryPage(formData),
uiSchema: behaviorSummaryPage.uiSchema,
schema: behaviorSummaryPage.schema,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ function behaviorAndDescriptionBlock(obj) {
))}
<Link
to={{
pathname:
'additional-forms/mental-health-statement/behavior-changes-list',
pathname: 'mental-health-form-0781/behavior-changes-list',
search: '?redirect',
}}
>
Expand Down

0 comments on commit 67fad31

Please sign in to comment.