Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 6768c6b

Browse files
committed
allow for undefined value
1 parent 73c9fda commit 6768c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/documents/document-types/property-editors/document-type-picker/property-editor-ui-document-type-picker.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class UmbPropertyEditorUIDocumentTypePickerElement extends UmbLitElement
4444
<umb-input-document-type
4545
.min=${this.min}
4646
.max=${this.max}
47-
.value=${this.value ?? ''}
47+
.value=${this.value}
4848
?elementTypesOnly=${this.onlyElementTypes}
4949
?showOpenButton=${this.showOpenButton}
5050
@change=${this.#onChange}>

0 commit comments

Comments
 (0)