Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9802 Rev 9812
Línea 16... Línea 16...
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
21
                        path='/recruitment-and-selection/vacancies/edit'
21
                        path='/recruitment-and-selection/vacancies/:action'
22
                        component={() => <FormView actionLink={actionLink} googleApiKey={backendVars.googleApiKey} />}
22
                        component={() => <FormView actionLink={actionLink} googleApiKey={backendVars.googleApiKey} />}
23
                    />
23
                    />
24
                    <Route
-
 
25
                        path='/recruitment-and-selection/vacancies/add'
-
 
26
                        component={<FormView actionLink={actionLink} googleApiKey={backendVars.googleApiKey} />}
-
 
27
                    />
-
 
28
                </Switch>
24
                </Switch>
29
            </ContentTitle>
25
            </ContentTitle>
30
        </Router>
26
        </Router>
31
    )
27
    )
32
}
28
}