Skip to content

Commit

Permalink
Merge pull request #730 from Klantinteractie-Servicesysteem/feature/d…
Browse files Browse the repository at this point in the history
…im@5996-notitieblok-bug

DIM@5996 - Notitiebug
  • Loading branch information
mstokericatt authored Sep 29, 2023
2 parents 26bfd2b + b5c3742 commit 4b0c0df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/layout/TheSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ watch(
watch(
() => contactmomentStore.huidigContactmoment?.huidigeVraag?.notitie,
(v) => {
if (contactmomentStore.huidigContactmoment) {
if (
contactmomentStore.huidigContactmoment &&
!contactmomentStore.huidigContactmoment.huidigeVraag.contactverzoek
.isActive
) {
contactmomentStore.huidigContactmoment.huidigeVraag.contactverzoek.interneToelichting =
v;
}
Expand Down

0 comments on commit 4b0c0df

Please sign in to comment.