diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property/property-layout/property-layout.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property/property-layout/property-layout.element.ts index 96fcd65d73..fac6cc9d24 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property/property-layout/property-layout.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property/property-layout/property-layout.element.ts @@ -37,7 +37,7 @@ export class UmbPropertyLayoutElement extends UmbLitElement { * @attr * @default '' */ - @property({ type: String }) + @property({ type: String, reflect: true }) public orientation: 'horizontal' | 'vertical' = 'horizontal'; /**