diff --git a/app/src/components/globals/AbstractForm.vue b/app/src/components/globals/AbstractForm.vue index 2d8c3d7a..77c4e78d 100644 --- a/app/src/components/globals/AbstractForm.vue +++ b/app/src/components/globals/AbstractForm.vue @@ -1,40 +1,37 @@ - - - {{ name }} - - + - - + - - - {{ submitText ? submitText : $t('save') }} - + + + + {{ submitText || $t('save') }} + + - +