Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12320 Rev 14838
Línea 22... Línea 22...
22
							/>
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={() =>
-
 
28
							<FormView
-
 
29
								actionLink={actionLink}
27
						component={() => <FormView actionLink={actionLink} googleApiKey={backendVars.googleApiKey} {...backendVars}/>}
30
								googleApiKey={backendVars.googleApiKey}
-
 
31
								{...backendVars}
-
 
32
							/>
-
 
33
						}
28
					/>
34
					/>
29
				</Switch>
35
				</Switch>
30
			</ContentTitle>
36
			</ContentTitle>
31
		</Router>
37
		</Router>
32
	)
38
	)