Skip to content

Commit

Permalink
#496 - fix employment history (#498)
Browse files Browse the repository at this point in the history
* #431 - bump everything

* cs fix

* #496 - fix employment history
  • Loading branch information
Baakoma authored Oct 25, 2024
1 parent ccc7740 commit 8f89f09
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 8f89f09

Please sign in to comment.