mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Gestion des documents signés durant l'inscription / possibilité de
visualiser un document signer
This commit is contained in:
@ -75,9 +75,6 @@ export default function StudentInfoForm({
|
||||
};
|
||||
|
||||
const getLocalError = (field) => {
|
||||
if (!hasInteracted) {
|
||||
return ''; // Ne pas afficher les erreurs locales au premier chargement
|
||||
}
|
||||
if (
|
||||
// Student Form
|
||||
( field === 'last_name' && (!formData.last_name || formData.last_name.trim() === '') ) ||
|
||||
|
||||
Reference in New Issue
Block a user