Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12020 Rev 12049
Línea 15... Línea 15...
15
				<Switch>
15
				<Switch>
16
					<Route exact path='/performance-evaluation/forms'>
16
					<Route exact path='/performance-evaluation/forms'>
17
						<TableView {...backendVars} actionLink={actionLink} setActionLink={setActionLink} />
17
						<TableView {...backendVars} actionLink={actionLink} setActionLink={setActionLink} />
18
					</Route>
18
					</Route>
19
					<Route exact path='/performance-evaluation/forms/edit' >
19
					<Route exact path='/performance-evaluation/forms/edit' >
20
						<EditView />
20
						<EditView actionLink={actionLink} setActionLink={setActionLink} />
21
					</Route>
21
					</Route>
22
					<Route exact path='/performance-evaluation/forms/add'>
22
					<Route exact path='/performance-evaluation/forms/add'>
23
						<AddView />
23
						<AddView />
24
					</Route>
24
					</Route>
25
				</Switch>
25
				</Switch>