mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
feat: Création nouveau style / pagination profils annuaires
This commit is contained in:
@ -382,10 +382,6 @@ export default function CreateSubscriptionPage() {
|
||||
(profile) => profile.id === formDataRef.current.existingProfileId
|
||||
);
|
||||
|
||||
// Affichez le profil existant dans la console
|
||||
console.log('Profil existant trouvé :', existingProfile?.email);
|
||||
console.log('debug : ', initialGuardianEmail);
|
||||
|
||||
const guardians = (() => {
|
||||
if (formDataRef.current.selectedGuardians.length > 0) {
|
||||
// Cas 3 : Des guardians sont sélectionnés
|
||||
|
||||
Reference in New Issue
Block a user