Skip to content

Commit

Permalink
#496 - fix employment history
Browse files Browse the repository at this point in the history
  • Loading branch information
Baakoma committed Oct 25, 2024
1 parent 1771761 commit 924d041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/Pages/UserHistory/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function updateForm() {
type: data.type.value,
from: data.from,
to: data.to,
isEmployedAtCurrentCompany: data.isEmployedAtCurrentCompany,
}))
.put(`/users/history/${props.history.id}`)
}
Expand Down

0 comments on commit 924d041

Please sign in to comment.