Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
affiliation-assessor-app
Commits
a9a66e88
Unverified
Commit
a9a66e88
authored
1 year ago
by
Vinod Kumar Shyave
Committed by
GitHub
1 year ago
Browse files
Options
Download
Plain Diff
Merge pull request #268 from sheela71/uat-bugfix-sept11
applicant profile update
parents
d46d3618
9fc161d4
revert-275-one_form_poc
gitpod
gitpod-uat
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/wrapper/applicant-portal/src/pages/Profile.jsx
+2
-2
apps/wrapper/applicant-portal/src/pages/Profile.jsx
with
2 additions
and
2 deletions
+2
-2
apps/wrapper/applicant-portal/src/pages/Profile.jsx
+
2
−
2
View file @
a9a66e88
...
...
@@ -61,7 +61,7 @@ export default function Profile() {
institute_id
:
instituteData
[
0
]?.
id
,
institute_name
:
instituteData
[
0
]?.
name
,
// institute_email: instituteDetails.email,
institute_course
:
institute
Data
[
0
]
?.
course_
applied
,
institute_course
:
form
Data
?.
course_
type
,
institutePOC_fname
:
formData
?.
first_name
,
institutePOC_lname
:
formData
?.
last_name
,
institutePOC_name
:
formData
?.
name
,
...
...
@@ -294,7 +294,7 @@ export default function Profile() {
></
Label
>
<
div
className
=
"mt-2"
>
<
select
defaultV
alue
=
{
formData
.
course_type
}
v
alue
=
{
formData
?
.
course_type
}
disabled
=
{
isPreview
}
onChange
=
{
handleChange
}
className
=
"bg-white block w-full rounded-md border-0 p-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets