Fix to Prod
This commit is contained in:
@@ -45,7 +45,7 @@ const DetalleSeccion = ({ seccion, categoriaId, onReset }: { seccion: SeccionGeo
|
||||
|
||||
const { data: resultadosDetalle, isLoading, error } = useQuery<ResultadoDetalleSeccion[]>({
|
||||
queryKey: ['detalleSeccion', seccionId, categoriaId],
|
||||
queryFn: () => getDetalleSeccion(seccionId!, categoriaId),
|
||||
queryFn: () => getDetalleSeccion(1,seccionId!, categoriaId),
|
||||
enabled: !!seccionId,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user