Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10836 Rev 10840
Línea 15... Línea 15...
15
			<Switch>
15
			<Switch>
16
				<Route path={`${path}/:action`} >
16
				<Route path={`${path}/:action`} >
17
					<FormView {...backendVars} actionLink={actionLink} />
17
					<FormView {...backendVars} actionLink={actionLink} />
18
				</Route>
18
				</Route>
19
				<Route exact path={`${path}`}>
19
				<Route exact path={`${path}`}>
20
					<TableView {...backendVars} actionLink={actionLink} setActionLink={setAcctionLink} />
20
					<TableView {...backendVars} setActionLink={setAcctionLink} />
21
				</Route>
21
				</Route>
22
			</Switch>
22
			</Switch>
23
		</ContentTitle >
23
		</ContentTitle >
24
	)
24
	)
25
}
25
}