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