File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div v-if =" store.invitationPayload.userId === null" >
3
+ <div v-if =" Object.keys(store.errors).length" class =" p-4" >
4
+ <FormErrorSummary :errors =" store.errors" />
5
+ </div >
3
6
<PkpForm
4
7
v-bind =" userForm"
5
8
class =" userInvitation__stepForm"
9
+ :show-error-footer =" false"
6
10
@set =" updateUserForm"
7
11
></PkpForm >
8
12
</div >
@@ -60,6 +64,7 @@ import {useTranslation} from '@/composables/useTranslation';
60
64
import UserInvitationUserGroupsTable from ' ./UserInvitationUserGroupsTable.vue' ;
61
65
import {useUserInvitationPageStore } from ' ./UserInvitationPageStore' ;
62
66
import {useForm } from ' @/composables/useForm' ;
67
+ import FormErrorSummary from ' @/components/Form/FormErrorSummary.vue' ;
63
68
64
69
/**
65
70
* Update the payload by using form values on multilingual or not
You can’t perform that action at this time.
0 commit comments