Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjimmeicatt committed Sep 18, 2023
1 parent 3c95567 commit 70d4511
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/features/contactverzoek/ContactverzoekFormulier.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
</service-data-wrapper>
</template>

<label class="utrecht-form-label notitieveld"
>x
<label class="utrecht-form-label notitieveld">
<span class="required">Interne toelichting voor medewerker</span>
<textarea
v-model="form.interneToelichting"
Expand Down Expand Up @@ -310,18 +309,6 @@ const setOnderwerp = () => {
form.value.contactVerzoekVragenSet = vragenSet;
};
watch(
() => form.value.isMedewerker,
(newIsMedewerkerValue, oldIsMedewerkerValue) => {
console.log(
"isMedewerker changed from",
oldIsMedewerkerValue,
"to",
newIsMedewerkerValue,
);
},
);
const groepenFirstPage = useGroepen(() => form.value.afdeling?.id);
const groepSearchRef = ref();
Expand Down

0 comments on commit 70d4511

Please sign in to comment.