diff --git a/src/Web/Grand.Web/Features/Handlers/Catalog/GetViewSortSizeOptionsHandler.cs b/src/Web/Grand.Web/Features/Handlers/Catalog/GetViewSortSizeOptionsHandler.cs index 84e285c85..03fdb42db 100644 --- a/src/Web/Grand.Web/Features/Handlers/Catalog/GetViewSortSizeOptionsHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/Catalog/GetViewSortSizeOptionsHandler.cs @@ -38,7 +38,6 @@ public GetViewSortSizeOptionsHandler(ITranslationService translationService, Cat private void PrepareSortingOptions(GetViewSortSizeOptions request) { - ArgumentNullException.ThrowIfNull(request.PageSizeOptions); ArgumentNullException.ThrowIfNull(request.Command); var allDisabled = _catalogSettings.ProductSortingEnumDisabled.Count ==