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

Commit 13b52fc

Browse files
Added AutoSuggestion for District state college
1 parent 2141672 commit 13b52fc

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
@@ -293,16 +293,16 @@ function FormEducationInfo({ setActiveStep, data, setData }) {
293293
})}
294294
</SelectValidator>
295295
<TextValidator
296-
key="college"
296+
key="country"
297297
className={classes.textField}
298-
label="College"
298+
label="Country"
299299
variant="outlined"
300-
value={formData.college}
300+
value={formData.country}
301301
fullWidth
302-
name="college"
302+
name="country"
303303
onChange={handleChange}
304304
validators={['required']}
305-
errorMessages={['College is a required field']}
305+
errorMessages={['Country is a required field']}
306306
/>
307307
{notIndia() ? (
308308
<TextValidator

0 commit comments

Comments
 (0)