Show more shows on category pages

jamesmontemagno-patch-3
James Montemagno 2023-01-31 10:50:28 -08:00 committed by GitHub
parent faaaa77b27
commit 6ce589389f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ else
}
@code {
private const int ItemsPerCategory = 10;
private const int ItemsPerCategory = 20;
[Parameter]
public Guid Id { get; set; }