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

Commit 6a6ac0c

Browse files
madsrasmussenleekelleher
authored andcommitted
set as properties
1 parent 1ee7994 commit 6a6ac0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -45,7 +45,7 @@ export class UmbPropertyEditorUIDocumentTypePickerElement extends UmbLitElement
4545
.min=${this.min}
4646
.max=${this.max}
4747
.value=${this.value}
48-
?elementTypesOnly=${this.onlyElementTypes}
48+
.elementTypesOnly=${this.onlyElementTypes ?? false}
4949
?showOpenButton=${this.showOpenButton}
5050
@change=${this.#onChange}>
5151
</umb-input-document-type>

src/packages/webhook/workspace/webhook/views/webhook-details-workspace-view.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class UmbWebhookDetailsWorkspaceViewElement extends UmbLitElement impleme
9090
slot="editor"
9191
@change=${this.#onTypesChange}
9292
.selection=${this._webhook?.contentTypes ?? []}
93-
?documentTypesOnly=${true}></umb-input-document-type>
93+
.documentTypesOnly=${true}></umb-input-document-type>
9494
`;
9595
case 'Media':
9696
return html`

0 commit comments

Comments
 (0)