diff --git a/src/Umbraco.Infrastructure/PropertyEditors/NestedPropertyIndexValueFactoryBase.cs b/src/Umbraco.Infrastructure/PropertyEditors/NestedPropertyIndexValueFactoryBase.cs index fa3ae836c1..4eb7051745 100644 --- a/src/Umbraco.Infrastructure/PropertyEditors/NestedPropertyIndexValueFactoryBase.cs +++ b/src/Umbraco.Infrastructure/PropertyEditors/NestedPropertyIndexValueFactoryBase.cs @@ -38,7 +38,7 @@ internal abstract class NestedPropertyIndexValueFactoryBase var propertyTypeDictionary = contentType - .PropertyGroups + .CompositionPropertyGroups .SelectMany(x => x.PropertyTypes!) .Select(propertyType => {