File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 11<template >
22 <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 >
36 <PkpForm
47 v-bind =" userForm"
58 class =" userInvitation__stepForm"
9+ :show-error-footer =" false"
610 @set =" updateUserForm"
711 ></PkpForm >
812 </div >
@@ -60,6 +64,7 @@ import {useTranslation} from '@/composables/useTranslation';
6064import UserInvitationUserGroupsTable from ' ./UserInvitationUserGroupsTable.vue' ;
6165import {useUserInvitationPageStore } from ' ./UserInvitationPageStore' ;
6266import {useForm } from ' @/composables/useForm' ;
67+ import FormErrorSummary from ' @/components/Form/FormErrorSummary.vue' ;
6368
6469/**
6570 * Update the payload by using form values on multilingual or not
You can’t perform that action at this time.
0 commit comments