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

This commit is contained in:
Julien Froidefond
2025-12-07 10:03:44 +01:00
parent 39e3328123
commit 239ea19ac3
3 changed files with 27 additions and 38 deletions

View File

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