Proyectos de Subversion LeadersLinked - Backend

Rev

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

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