Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9907 Rev 9929
Línea 17... Línea 17...
17
                        exact path='/recruitment-and-selection/vacancies'
17
                        exact path='/recruitment-and-selection/vacancies'
18
                        component={() =>
18
                        component={() =>
19
                            <MainView
19
                            <MainView
20
                                {...backendVars}
20
                                {...backendVars}
21
                                setActionLink={setActionLink}
21
                                setActionLink={setActionLink}
22
                                actionLink={actionLink} />
22
                            />
23
                        }
23
                        }
24
                    />
24
                    />
25
                    <Route
25
                    <Route
26
                        path='/recruitment-and-selection/vacancies/:action'
26
                        path='/recruitment-and-selection/vacancies/:action'
27
                        component={() => <FormView actionLink={actionLink} googleApiKey={backendVars.googleApiKey} />}
27
                        component={() => <FormView actionLink={actionLink} googleApiKey={backendVars.googleApiKey} />}