mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +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
|
// Fetch des formulaires d'inscription
|
||||||
fetchRegisterForms()
|
fetchRegisterForms(selectedEstablishmentId)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
logger.info('Pending registrations fetched:', data);
|
logger.info('Pending registrations fetched:', data);
|
||||||
setPendingRegistration(data.count);
|
setPendingRegistration(data.count);
|
||||||
|
|||||||
Reference in New Issue
Block a user