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 0 deletions
Showing only changes of commit b26db960be - Show all commits

View File

@ -63,6 +63,7 @@ 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')"