Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 10840 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 10840 Rev 10856
Línea 12... Línea 12...
12
 
12
 
13
	return (
13
	return (
14
		<ContentTitle title="Entrevistas">
14
		<ContentTitle title="Entrevistas">
15
			<Switch>
15
			<Switch>
-
 
16
				<Route path={`${path}/:action`} >
-
 
17
					<FormView
16
				<Route path={`${path}/:action`} >
18
						setActionLink={setAcctionLink}
-
 
19
						actionLink={actionLink}
-
 
20
						{...backendVars}
17
					<FormView {...backendVars} actionLink={actionLink} />
21
					/>
18
				</Route>
22
				</Route>
-
 
23
				<Route exact path={`${path}`}>
-
 
24
					<TableView
19
				<Route exact path={`${path}`}>
25
						{...backendVars}
-
 
26
						setActionLink={setAcctionLink}
20
					<TableView {...backendVars} setActionLink={setAcctionLink} />
27
					/>
21
				</Route>
28
				</Route>
22
			</Switch>
29
			</Switch>
23
		</ContentTitle >
30
		</ContentTitle >
24
	)
31
	)