mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
fix: correction fileGroup lors de l'enregistrement d'un nouveau responsable
This commit is contained in:
@ -414,6 +414,7 @@ useEffect(()=>{
|
||||
},
|
||||
fees: allFeesIds,
|
||||
discounts: allDiscountsds,
|
||||
fileGroup: selectedFileGroup,
|
||||
establishment: ESTABLISHMENT_ID
|
||||
};
|
||||
|
||||
@ -432,6 +433,7 @@ useEffect(()=>{
|
||||
})
|
||||
.catch((error) => {
|
||||
logger.error('Error:', error);
|
||||
//deleteProfile(response.id, csrfToken);
|
||||
});
|
||||
}
|
||||
})
|
||||
@ -569,23 +571,6 @@ const columnsSubscribed = [
|
||||
|
||||
];
|
||||
|
||||
const tabs = [
|
||||
{
|
||||
id: 'pending',
|
||||
label: t('pending'),
|
||||
count: totalPending
|
||||
},
|
||||
{
|
||||
id: 'subscribed',
|
||||
label: t('subscribed'),
|
||||
count: totalSubscribed
|
||||
},
|
||||
{
|
||||
id: 'archived',
|
||||
label: t('archived'),
|
||||
count: totalArchives
|
||||
}
|
||||
];
|
||||
|
||||
if (isLoading) {
|
||||
return <Loader />;
|
||||
|
||||
Reference in New Issue
Block a user