Fixes link for access to composition from document type property outside of group. (#18686)

This commit is contained in:
Andy Butland
2025-03-17 11:16:35 +01:00
committed by GitHub
parent e9ba06929f
commit 2f9d58fc68

View File

@@ -173,7 +173,8 @@ export class UmbContentTypeDesignEditorTabElement extends UmbLitElement {
? html`
<uui-box class="${this._hasProperties ? '' : 'opaque'}">
<umb-content-type-design-editor-properties
.containerId=${this.containerId}></umb-content-type-design-editor-properties>
.containerId=${this.containerId}
.editContentTypePath=${this._editContentTypePath}></umb-content-type-design-editor-properties>
</uui-box>
`
: nothing