diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/content-picker/property-editor-ui-document-picker.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/content-picker/property-editor-ui-document-picker.element.ts index a94f24e87d..1d4f7dd4c0 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/content-picker/property-editor-ui-document-picker.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/content-picker/property-editor-ui-document-picker.element.ts @@ -26,9 +26,7 @@ export class UmbPropertyEditorUIContentPickerElement extends UmbLitElement { this._value = value || []; } - // TODO: Use config for something. @property({ type: Array, attribute: false }) - public set config(config: Array) { const validationLimit = config.find(x => x.alias === 'validationLimit');