Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update add disabilities instructions #33261

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';

Check warning on line 1 in src/applications/disability-benefits/all-claims/content/addDisabilities.jsx

View workflow job for this annotation

GitHub Actions / App Isolation Annotations

Staged Continuous Deployment App Isolation Conflict

*WARNING* This PR contains changes related to an application that is currently not isolated. As of Feb 3, 2025 deployment may no longer be possible for apps that are not isolated. Please isolate this app from other directories in 'src/applications' to prevent future deployment issues. More information on your app's status can be seen here: https://department-of-veterans-affairs.github.io/veteran-facing-services-tools/frontend-support-dashboard/cross-app-import-report Please reach out to Frontend Platform Support with any questions.
import { Link } from 'react-router';

import { SHOW_ADD_DISABILITIES_ENHANCEMENT } from '../constants';
Expand All @@ -7,8 +7,9 @@
<>
<h3>Tell us the new conditions you want to claim</h3>
<p>
Enter the name of your condition. Then, select your condition from the
list of possible matches.
Enter the name of your condition. As you type, the dropdown will list
suggestions. The first suggestion will match exactly what you type. Select
your condition from the list.
</p>
<h4>If your conditions aren’t listed</h4>
<p>
Expand Down
Loading