Skip to content

Commit f4fca8c

Browse files
update: 5875
1 parent 5aaf369 commit f4fca8c

File tree

1 file changed

+10
-0
lines changed
  • src/shared/components/Settings/Profile/Work

1 file changed

+10
-0
lines changed

src/shared/components/Settings/Profile/Work/index.jsx

+10
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,16 @@ export default class Work extends ConsentComponent {
174174

175175
this.setState({
176176
showConfirmation: false,
177+
newWork: {
178+
company: '',
179+
position: '',
180+
cityTown: '',
181+
timePeriodFrom: '',
182+
timePeriodTo: '',
183+
industry: '',
184+
working: false,
185+
},
186+
isEdit: false,
177187
indexNo: null,
178188
isSubmit: false,
179189
formInvalid: false,

0 commit comments

Comments
 (0)