refactor: refs #7701 wip dialogs not opening at first click
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Jon Elias 2025-04-07 09:18:41 +02:00
parent c14bf748c3
commit 10094c3918
1 changed files with 3 additions and 1 deletions

View File

@ -204,7 +204,9 @@ async function beforeSave(data, getChanges) {
</VnRow>
</template>
</VnSubToolbar>
<QDialog v-model="travelDialogRef" :class="['vn-row', 'wrap']">
<!-- si se añade persistent a los dialog funciona bien.
Sin persistent no abre el dialog al primer click -->
<QDialog v-model="travelDialogRef" :class="['vn-row', 'wrap']" persistent>
<FormModelPopup
:url-update="`Travels/${travel?.id}`"
model="travel"