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 0 additions and 1 deletions
Showing only changes of commit fbce97dd01 - Show all commits

View File

@ -63,7 +63,6 @@ defineExpose({
<h1 class="title">{{ title }}</h1>
<p>{{ subtitle }}</p>
<slot name="form-inputs" :data="data" :validate="validate" />
<div class="q-mt-lg row justify-end">
<QBtn
:label="t('globals.cancel')"