This commit is contained in:
@@ -58,7 +58,7 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
if (tableRequest.Limit == null || tableRequest.Limit < 1)
|
||||
{
|
||||
tableRequest.Limit = DataListTableOptions.DefaultLimit;
|
||||
tableRequest.Limit = DataListTableProcessingOptions.DefaultLimit;
|
||||
}
|
||||
if (tableRequest.Offset == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user