mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Removed useless where clause.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Orchard.ImportExport.Providers.ExportActions {
|
|||||||
DisplayName = x.DisplayName,
|
DisplayName = x.DisplayName,
|
||||||
Description = x.Description,
|
Description = x.Description,
|
||||||
Editor = x.BuildEditor(shapeFactory)
|
Editor = x.BuildEditor(shapeFactory)
|
||||||
}).Where(x => x != null);
|
});
|
||||||
|
|
||||||
var viewModel = new RecipeBuilderViewModel {
|
var viewModel = new RecipeBuilderViewModel {
|
||||||
Steps = builderSteps.ToList()
|
Steps = builderSteps.ToList()
|
||||||
|
|||||||
Reference in New Issue
Block a user