Smart Filter Encoding Fix (#2387)
This commit is contained in:
parent
b6d4938e22
commit
9894a2623c
133 changed files with 677 additions and 471 deletions
|
@ -1,4 +1,5 @@
|
|||
namespace API.Helpers;
|
||||
#nullable enable
|
||||
|
||||
public class UserParams
|
||||
{
|
||||
|
@ -15,7 +16,7 @@ public class UserParams
|
|||
init => _pageSize = (value == 0) ? MaxPageSize : value;
|
||||
}
|
||||
|
||||
public static readonly UserParams Default = new UserParams()
|
||||
public static readonly UserParams Default = new()
|
||||
{
|
||||
PageSize = 20,
|
||||
PageNumber = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue