Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9812 Rev 9907
Línea 13... Línea 13...
13
        <Router>
13
        <Router>
14
            <ContentTitle title="Reclutamiento y Selección">
14
            <ContentTitle title="Reclutamiento y Selección">
15
                <Switch>
15
                <Switch>
16
                    <Route
16
                    <Route
17
                        exact path='/recruitment-and-selection/vacancies'
17
                        exact path='/recruitment-and-selection/vacancies'
-
 
18
                        component={() =>
-
 
19
                            <MainView
-
 
20
                                {...backendVars}
18
                        component={() => <MainView {...backendVars} setActionLink={setActionLink} />}
21
                                setActionLink={setActionLink}
-
 
22
                                actionLink={actionLink} />
-
 
23
                        }
19
                    />
24
                    />
20
                    <Route
25
                    <Route
21
                        path='/recruitment-and-selection/vacancies/:action'
26
                        path='/recruitment-and-selection/vacancies/:action'
22
                        component={() => <FormView actionLink={actionLink} googleApiKey={backendVars.googleApiKey} />}
27
                        component={() => <FormView actionLink={actionLink} googleApiKey={backendVars.googleApiKey} />}
23
                    />
28
                    />