Feat Se añade Id de Agrupaciones en Componentes

This commit is contained in:
2025-10-20 11:03:19 -03:00
parent 069446b903
commit d6b4c3cc4d
12 changed files with 328 additions and 323 deletions

View File

@@ -95,7 +95,7 @@ export const BancasPreviasManager = () => {
<tbody>
{agrupaciones.map(agrupacion => (
<tr key={agrupacion.id}>
<td>{agrupacion.nombre}</td>
<td>({agrupacion.id}) {agrupacion.nombre}</td>
<td>
<input
type="number"