This commit is contained in:
sarendsen
2025-01-14 09:48:17 +01:00
parent a24b126539
commit e7128afb32

View File

@@ -321,7 +321,7 @@ export default function index() {
(
await getItemsApi(api).getItems({
userId: user?.Id,
limit: section.items?.limit || 20,
limit: section.items?.limit || 25,
recursive: true,
includeItemTypes: section.items?.includeItemTypes,
sortBy: section.items?.sortBy,