Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 61a6127

Browse files
Added AutoSuggestion for District state college
1 parent 5f2814f commit 61a6127

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/views/pages/ApplicationsView/ApplicationSteps.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -400,16 +400,16 @@ function FormEducationInfo({
400400
})}
401401
</SelectValidator>
402402
<TextValidator
403-
key="college"
403+
key="country"
404404
className={classes.textField}
405-
label="College"
405+
label="Country"
406406
variant="outlined"
407-
value={formData.college}
407+
value={formData.country}
408408
fullWidth
409-
name="college"
409+
name="country"
410410
onChange={handleChange}
411411
validators={['required']}
412-
errorMessages={['College is a required field']}
412+
errorMessages={['Country is a required field']}
413413
/>
414414
{notIndia() ? (
415415
<TextValidator

0 commit comments

Comments
 (0)