Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit f9d89e42 authored by Claudio Yosafat's avatar Claudio Yosafat
Browse files

Removing extra uploading field for resume file on edit profile mahasiswa

parent 4dceb4ed
No related branches found
No related tags found
No related merge requests found
...@@ -341,15 +341,6 @@ export default class EditProfile extends ProfileHandler { ...@@ -341,15 +341,6 @@ export default class EditProfile extends ProfileHandler {
name="student_gpa" name="student_gpa"
/> />
</Form.Field> </Form.Field>
<Form.Field>
<label htmlFor="resume">Resume</label>
<input
onChange={this.handleFile}
placeholder="Resume"
name="resume"
type="File"
/>
</Form.Field>
<Form.Field> <Form.Field>
<label htmlFor="expected_salary">Expected Salary</label> <label htmlFor="expected_salary">Expected Salary</label>
<input onChange={this.handleChange} placeholder="2000000" name="expected_salary" /> <input onChange={this.handleChange} placeholder="2000000" name="expected_salary" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment