diff --git a/src/Umbraco.Web/Editors/DashboardController.cs b/src/Umbraco.Web/Editors/DashboardController.cs index 8ae59b974c..a43d0c4e9c 100644 --- a/src/Umbraco.Web/Editors/DashboardController.cs +++ b/src/Umbraco.Web/Editors/DashboardController.cs @@ -215,7 +215,7 @@ namespace Umbraco.Web.Editors Alias = y.Alias, View = y.View }) - }); + }).ToList(); } } }