Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…eem/KISS-frontend into feature/beheervragensets
  • Loading branch information
githubjimmeicatt committed Sep 18, 2023
2 parents e53c3a6 + ba69c29 commit 3c95567
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/features/contactmoment/ContactmomentVraag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ onMounted(() => {
...vraag.value.vacs.map((item) => item.vac),
]).value;
selectedVraag.value = vraag;
if(vraag.value.vraag){
selectedVraag.value = vraag.value.vraag;
}
if (sectionIndex !== undefined) {
const vraagIndex = vraagOptions.value.indexOf(
vraag.value.vraag as {
Expand Down

0 comments on commit 3c95567

Please sign in to comment.