From fbff64f0c9ca14689aed7b39602437149da312e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 6 Dec 2023 09:47:45 +0100 Subject: [PATCH] an attempt to correct validation property settings --- .../property-settings-modal.element.ts | 38 ++++++++++--------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/modal/common/property-settings/property-settings-modal.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/modal/common/property-settings/property-settings-modal.element.ts index a88996f83c..2b23d69ac0 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/modal/common/property-settings/property-settings-modal.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/modal/common/property-settings/property-settings-modal.element.ts @@ -17,10 +17,10 @@ export class UmbPropertySettingsModalElement extends UmbModalBaseElement< > { //TODO: Should these options come from the server? // TODO: Or should they come from a extension point? - @state() private _customValidationOptions = [ + @state() private _customValidationOptions: Array