mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 16:03:21 +00:00
fix: Ajout de l'établissement dans la requête KPI récupérant les
inscriptions en attente
This commit is contained in:
@ -67,7 +67,7 @@ export default function DashboardPage() {
|
||||
});
|
||||
|
||||
// Fetch des formulaires d'inscription
|
||||
fetchRegisterForms()
|
||||
fetchRegisterForms(selectedEstablishmentId)
|
||||
.then((data) => {
|
||||
logger.info('Pending registrations fetched:', data);
|
||||
setPendingRegistration(data.count);
|
||||
|
||||
Reference in New Issue
Block a user