refactor: refs #8372 update FormModelPopup to use props for save and continue logic #1477

Merged
jorgep merged 5 commits from 8372-warmfix-saveAndContinue into test 2025-02-24 12:37:45 +00:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit f551e1a14a - Show all commits

View File

@ -75,10 +75,7 @@ defineExpose({
data-cy="FormModelPopup_cancel"
v-close-popup
z-max
@click="
isSaveAndContinue = false;
emit('onDataCanceled');
"
@click="emit('onDataCanceled')"
/>
<QBtn
:flat="showSaveAndContinueBtn"