Fix document import account form submission
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 38s
Build and Push Docker Images / build-frontend (push) Successful in 1m58s
Build and Push Docker Images / build-central-services-api (push) Successful in 35s
Build and Push Docker Images / build-docs (push) Successful in 34s
Build and Push Docker Images / build-website (push) Successful in 37s
Build and Push Docker Images / build-central-services-admin (push) Successful in 35s
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 38s
Build and Push Docker Images / build-frontend (push) Successful in 1m58s
Build and Push Docker Images / build-central-services-api (push) Successful in 35s
Build and Push Docker Images / build-docs (push) Successful in 34s
Build and Push Docker Images / build-website (push) Successful in 37s
Build and Push Docker Images / build-central-services-admin (push) Successful in 35s
This commit is contained in:
@@ -184,7 +184,7 @@ onMounted(load)
|
||||
|
||||
<UModal v-model:open="showForm" :title="editingId ? 'Importquelle bearbeiten' : 'Importquelle einrichten'">
|
||||
<template #body>
|
||||
<UForm class="space-y-5" @submit.prevent="save">
|
||||
<UForm :state="form" class="space-y-5" @submit.prevent="save">
|
||||
<div class="grid gap-4 md:grid-cols-2">
|
||||
<UFormField label="Bezeichnung" required>
|
||||
<UInput v-model="form.name" placeholder="Rechnungseingang" class="w-full" />
|
||||
|
||||
Reference in New Issue
Block a user