From 659d87020f3eaea4a86ef0310bda1d4ef78e262d Mon Sep 17 00:00:00 2001 From: jorgep Date: Mon, 24 Feb 2025 13:20:59 +0100 Subject: [PATCH] refactor: refs #8372 update FormModelPopup to enhance save and continue logic with state management --- src/components/FormModelPopup.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/components/FormModelPopup.vue b/src/components/FormModelPopup.vue index e87de5c65..85943e91e 100644 --- a/src/components/FormModelPopup.vue +++ b/src/components/FormModelPopup.vue @@ -1,6 +1,7 @@