#6911 save on enter #207
|
@ -64,7 +64,6 @@ onMounted(async () => {
|
|||
<QForm
|
||||
v-if="!initialDataLoading && optionsInitialData"
|
||||
@submit="makeInvoice(formData, clientsToInvoice)"
|
||||
@keyup.enter="makeInvoice(formData, clientsToInvoice)"
|
||||
class="form-container q-pa-md"
|
||||
|
||||
style="max-width: 256px"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Esto tampoco hace falta no?
e6a1c31119