Se agrega paginacion a historial

This commit is contained in:
2026-02-12 10:55:19 -06:00
parent e788eb788f
commit 9102e756cb
4 changed files with 74 additions and 17 deletions

View File

@@ -163,10 +163,6 @@ function RouteComponent() {
)
}, [data])
useEffect(() => {
console.log(uploadedFiles)
}, [uploadedFiles])
// 2. Manejar el estado inicial si viene de "Datos Generales"
useEffect(() => {
const state = routerState.location.state as any