Skip to content

Commit

Permalink
Added status on contactMoment create
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 2, 2024
1 parent 6fe55d3 commit f92953b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modals/contactMomenten/ContactMomentenForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ export default {
zaak: this.selectedZaak ?? '',
taak: this.selectedTaak ?? '',
product: this.selectedProduct ?? '',
status: 'open',
startDate: new Date().toISOString(),
}),
},
Expand Down

0 comments on commit f92953b

Please sign in to comment.