Fix #53
This commit is contained in:
@@ -103,7 +103,8 @@ async function onSubmit(event: FormSubmitEvent<any>) {
|
||||
start: startIso, // Die eingegebene Startzeit
|
||||
end: endIso, // Die eingegebene Endzeit (oder null)
|
||||
type: state.type,
|
||||
description: state.description
|
||||
description: state.description,
|
||||
user_id: props.defaultUserId
|
||||
})
|
||||
|
||||
toast.add({ title: 'Zeit manuell erfasst', color: 'green' })
|
||||
@@ -131,6 +132,8 @@ async function onSubmit(event: FormSubmitEvent<any>) {
|
||||
</div>
|
||||
</template>
|
||||
|
||||
{{props}}
|
||||
|
||||
<UForm :schema="schema" :state="state" class="space-y-4" @submit="onSubmit">
|
||||
|
||||
<UFormGroup label="Typ" name="type">
|
||||
|
||||
Reference in New Issue
Block a user