Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 9620 | Rev 9691 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 9620 Rev 9682
Línea 15... Línea 15...
15
                <Switch>
15
                <Switch>
16
                    <Route
16
                    <Route
17
                        exact path='/recruitment-and-selection/vacancies'
17
                        exact path='/recruitment-and-selection/vacancies'
18
                        component={() => <MainView {...backendVars} setActionLink={setActionLink} />}
18
                        component={() => <MainView {...backendVars} setActionLink={setActionLink} />}
19
                    />
19
                    />
-
 
20
                    <Route
20
                    <Route exact path='/recruitment-and-selection/vacancies/edit' component={<FormView />} />
21
                        exact path='/recruitment-and-selection/vacancies/edit'
-
 
22
                        component={<FormView actionLink={actionLink} />}
-
 
23
                    />
-
 
24
                    <Route
21
                    <Route exact path='/recruitment-and-selection/vacancies/add' component={<FormView />} />
25
                        exact path='/recruitment-and-selection/vacancies/add'
-
 
26
                        component={<FormView actionLink={actionLink} />}
-
 
27
                    />
22
                </Switch>
28
                </Switch>
23
            </ContentTitle>
29
            </ContentTitle>
24
        </Router>
30
        </Router>
25
    )
31
    )
26
}
32
}