mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
fix: Link documents with establishments
This commit is contained in:
@ -313,13 +313,13 @@ export default function CreateSubscriptionPage() {
|
||||
})
|
||||
.catch(requestErrorHandler);
|
||||
|
||||
fetchRegistrationSchoolFileMasters()
|
||||
fetchRegistrationSchoolFileMasters(selectedEstablishmentId)
|
||||
.then((data) => {
|
||||
setSchoolFileMasters(data);
|
||||
})
|
||||
.catch(requestErrorHandler);
|
||||
|
||||
fetchRegistrationParentFileMasters()
|
||||
fetchRegistrationParentFileMasters(selectedEstablishmentId)
|
||||
.then((data) => {
|
||||
setParentFileMasters(data);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user