refactor: refs #8372 simplify cancel btn click

This commit is contained in:
Jorge Penadés 2025-02-24 11:06:20 +01:00
parent 09b613cac1
commit f551e1a14a
1 changed files with 1 additions and 4 deletions

View File

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