Revert "feat: enhance ClientSeriesPage to utilize initial series and books props for improved data handling and loading state management"

This reverts commit 239ea19ac3.
This commit is contained in:
Julien Froidefond
2025-12-07 10:10:55 +01:00
parent 239ea19ac3
commit 4c4ebf2b06
3 changed files with 38 additions and 27 deletions

View File

@@ -66,7 +66,7 @@ export class SeriesService extends BaseApiService {
{
path: "books/list",
params: {
size: "5000", // On récupère un maximum de livres
size: "1000", // On récupère un maximum de livres
},
},
headers,