fix: Link documents with establishments

This commit is contained in:
N3WT DE COMPET
2025-06-01 07:54:33 +02:00
parent c161fa7e75
commit 2f6d30b85b
6 changed files with 89 additions and 30 deletions

View File

@ -78,7 +78,7 @@ export default function Page() {
handleTuitionFees();
// Fetch data for registration file schoolFileTemplates
fetchRegistrationSchoolFileMasters()
fetchRegistrationSchoolFileMasters(selectedEstablishmentId)
.then((data) => {
setFichiers(data);
})