Update webapp/components/Group/GroupForm.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-10-04 08:35:09 +02:00 committed by GitHub
parent 60303b172b
commit f94fc5d211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
:schema="formSchema"
@submit="submit"
>
<!-- "errors" is only working if you use a submit event on the form -->
<template #default="{ errors }">
<base-card>
<!-- Group Name -->