Skip to content

Commit

Permalink
people: fix create method
Browse files Browse the repository at this point in the history
  • Loading branch information
gampig committed Jan 28, 2024
1 parent c6611c6 commit d285327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/people/components/CreateDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default Vue.extend({
capitalizeFirstLetter(this.firstName.trim());
this.$store
.dispatch("people/set", {
.dispatch("people/update", {
id: personId,
status: this.status || "Aktiv",
})
Expand Down

0 comments on commit d285327

Please sign in to comment.