Skip to content

Commit

Permalink
Merge pull request #729 from Klantinteractie-Servicesysteem/feature/D…
Browse files Browse the repository at this point in the history
…IM@5996-issues-vragensets-niet-behouden

vragensets niet resetten op 2e formulier
  • Loading branch information
githubjimmeicatt authored Sep 28, 2023
2 parents 3b22fb3 + e8cf594 commit 26bfd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/contactverzoek/ContactverzoekOnderwerpen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ watchEffect(() => {
watch(
afdelingVragenSets,
(v) => {
if (v && v.length > 0) {
if (v && v.length > 0 && !vragenSetId.value) {
vragenSetId.value = v[0].id;
emit("update:modelValue", v[0]);
}
Expand Down

0 comments on commit 26bfd2b

Please sign in to comment.