From 1760e9cc18c740262b9aea0963aa5438848c04ee Mon Sep 17 00:00:00 2001 From: Thijn Date: Mon, 2 Dec 2024 17:33:53 +0100 Subject: [PATCH 1/4] WIP - edit modal for contact moment --- .../contactMomenten/ContactMomentenForm.vue | 171 +++++++++--------- src/views/widgets/ContactMomentenWidget.vue | 1 + 2 files changed, 88 insertions(+), 84 deletions(-) diff --git a/src/modals/contactMomenten/ContactMomentenForm.vue b/src/modals/contactMomenten/ContactMomentenForm.vue index 497d767..541fc8d 100644 --- a/src/modals/contactMomenten/ContactMomentenForm.vue +++ b/src/modals/contactMomenten/ContactMomentenForm.vue @@ -1,5 +1,5 @@ @@ -41,6 +41,7 @@ import { navigationStore, taakStore, zaakStore } from '../../store/store.js'