diff --git a/src/Umbraco.Web/Models/Mapping/PropertyTypeGroupMapper.cs b/src/Umbraco.Web/Models/Mapping/PropertyTypeGroupMapper.cs index 24079e70ef..287246775a 100644 --- a/src/Umbraco.Web/Models/Mapping/PropertyTypeGroupMapper.cs +++ b/src/Umbraco.Web/Models/Mapping/PropertyTypeGroupMapper.cs @@ -78,6 +78,7 @@ namespace Umbraco.Web.Models.Mapping Key = tab.Key, ParentKey = tab.ParentKey, Level = tab.Level, + Icon = tab.Icon, Name = tab.Name, SortOrder = tab.SortOrder, Inherited = false, @@ -106,6 +107,7 @@ namespace Umbraco.Web.Models.Mapping Key = tab.Key, ParentKey = tab.ParentKey, Level = tab.Level, + Icon = tab.Icon, Name = tab.Name, SortOrder = tab.SortOrder, Inherited = true,