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"
v-close-popup
z-max
@click="
isSaveAndContinue = false;
emit('onDataCanceled');
"
@click="emit('onDataCanceled')"
/>
<QBtn
:flat="showSaveAndContinueBtn"