Add missing property group icon mapping

This commit is contained in:
Ronald Barendse
2021-06-16 16:17:23 +02:00
parent e5dd3df78d
commit 14d84db8e5

View File

@@ -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,