Skip to content

Commit

Permalink
Merge pull request #135 from ConductionNL/hotfix-medewekerselect
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
remko48 authored Jan 6, 2025
2 parents 3ba5a18 + d91cb0f commit 5895576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/contactMomenten/ContactMomentenForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ export default {
startDate: contactMomentCopy.startDate ?? new Date().toISOString(),
status: contactMomentCopy.status === 'gesloten' ? 'gesloten' : 'open',
contactmoment: contactMomentCopy.selectedKlantContactMoment,
medewerker: this.medewerkers.options[this.selectedContactMoment - 1].id,
medewerker: this.medewerkers.values[this.selectedContactMoment - 1].id,
kanaal: this.channels.values[this.selectedContactMoment - 1].value,
}, { redirect: !this.dashboardWidget })
.then((response) => {
Expand Down

0 comments on commit 5895576

Please sign in to comment.