fix remove code check fake location
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m12s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m12s
This commit is contained in:
parent
02f1fd417d
commit
7edfaa4e4f
4 changed files with 157 additions and 579 deletions
|
|
@ -176,7 +176,7 @@ function onClose() {
|
|||
|
||||
<template>
|
||||
<q-dialog v-model="modal" persistent>
|
||||
<q-card style="width: 700px; max-width: 80vw">
|
||||
<q-card style="width: 700px; max-width: 90vw">
|
||||
<q-form greedy @submit.prevent @validation-success="onSubmit">
|
||||
<DialogHeader :tittle="title" :close="onClose" />
|
||||
<q-separator />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue