Skip to content

Commit

Permalink
fix bug, preselect VACs and Websites
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinICATT committed Sep 15, 2023
1 parent 51dd49e commit 2cf6d23
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 2cf6d23

Please sign in to comment.