- re added tables with pagination;
This commit is contained in:
@@ -15,7 +15,7 @@ import BandoFormsEdit from './pages/BandoFormsEdit';
|
||||
import BandoForms from './pages/BandoForms';
|
||||
import BandoFormsPreview from './pages/BandoFormsPreview';
|
||||
import BandoFlowEdit from './pages/BandoFlowEdit';
|
||||
import Applications from './pages/Applications';
|
||||
import Imieibandi from './pages/Imieibandi';
|
||||
import BandoApplication from './pages/BandoApplication';
|
||||
import Registration from './pages/Registration';
|
||||
import BandiBeneficiario from './pages/BandiBeneficiario';
|
||||
@@ -223,8 +223,8 @@ const routes = ({ role, chosenCompanyId }) => {
|
||||
</DefaultLayout>}/>
|
||||
<Route path="/imieibandi" element={<DefaultLayout>
|
||||
{'ROLE_SUPER_ADMIN' === role ? <PageNotFound/> : null}
|
||||
{'ROLE_BENEFICIARY' === role ? <Applications/> : null}
|
||||
{'ROLE_CONFIDI' === role ? <Applications/> : null}
|
||||
{'ROLE_BENEFICIARY' === role ? <Imieibandi/> : null}
|
||||
{'ROLE_CONFIDI' === role ? <Imieibandi/> : null}
|
||||
{'ROLE_PRE_INSTRUCTOR' === role ? <PageNotFound/> : null}
|
||||
{'ROLE_INSTRUCTOR_MANAGER' === role ? <PageNotFound/> : null}
|
||||
</DefaultLayout>}/>
|
||||
|
||||
Reference in New Issue
Block a user