- added re-admit btn and functionality;

This commit is contained in:
Vitalii Kiiko
2025-05-14 15:40:34 +02:00
parent 44a914f343
commit 5d40ff4ae1
9 changed files with 194 additions and 78 deletions

View File

@@ -139,7 +139,7 @@ const routes = ({ role, chosenCompanyId }) => {
{'ROLE_INSTRUCTOR_MANAGER' === role ? <DomandeInstructorManager/> : null}
</DefaultLayout>}/>
<Route path="/domande/:id/" element={<DefaultLayout>
{'ROLE_SUPER_ADMIN' === role ? <BandoApplicationPreview/> : null}
{'ROLE_SUPER_ADMIN' === role ? <DomandaEditPreInstructor/> : null}
{'ROLE_BENEFICIARY' === role ? <SoccorsoEditBeneficiario/> : null}
{'ROLE_CONFIDI' === role ? <SoccorsoEditBeneficiario/> : null}
{'ROLE_PRE_INSTRUCTOR' === role ? <DomandaEditPreInstructor/> : null}