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
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit
Details
This commit is contained in:
parent
c14bf748c3
commit
10094c3918
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue