Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Class Project
Kape
Commits
7b68a66c
Commit
7b68a66c
authored
Dec 06, 2019
by
Khoirul Khuluqi Abdulloh
Browse files
1606833936 243
parent
1471acce
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/EditProfile.jsx
View file @
7b68a66c
...
...
@@ -344,42 +344,6 @@ export default class EditProfile extends ProfileHandler {
name
=
"student_gpa"
/>
</
Form
.
Field
>
<
Form
.
Field
>
<
label
htmlFor
=
"expected_salary"
>
Expected Salary
</
label
>
<
input
onChange
=
{
this
.
handleChange
}
placeholder
=
"2000000"
name
=
"expected_salary"
/>
</
Form
.
Field
>
<
Form
.
Field
>
<
label
htmlFor
=
"intro"
>
Intro
</
label
>
<
input
onChange
=
{
this
.
handleChange
}
placeholder
=
{
this
.
state
.
intro
===
null
?
'
Ceritakan dirimu secara singkat
'
:
this
.
state
.
intro
}
defaultValue
=
{
this
.
state
.
intro
===
null
?
null
:
this
.
state
.
intro
}
name
=
"intro"
/>
</
Form
.
Field
>
<
Form
.
Field
>
<
label
htmlFor
=
"student_gpa"
>
GPA
</
label
>
<
input
onChange
=
{
this
.
handleChange
}
placeholder
=
{
this
.
state
.
student_gpa
===
null
?
'
3.50
'
:
this
.
state
.
student_gpa
}
defaultValue
=
{
this
.
state
.
student_gpa
===
null
?
null
:
this
.
state
.
student_gpa
}
name
=
"student_gpa"
/>
</
Form
.
Field
>
<
Form
.
Field
>
<
label
htmlFor
=
"dependants"
>
Dependants
</
label
>
<
input
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment