From e491d380e2d3938d71bbbec915a6fe9d6692a560 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Thu, 30 May 2024 13:55:22 +0200 Subject: [PATCH] fix: add correct types --- .../core/property/property-layout/property-layout.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cff1078368..a79733e69c 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 @@ -33,7 +33,7 @@ export class UmbPropertyLayoutElement extends UmbLitElement { /** * Orientation: Horizontal is the default where label goes left and editor right. * Vertical is where label goes above the editor. - * @type {string} + * @enum ['horizontal', 'vertical'] * @attr * @default '' */