remove temp debug label

This commit is contained in:
Mads Rasmussen
2024-07-31 14:08:31 +02:00
parent c9e8dc7344
commit a25bf0adc2

View File

@@ -345,7 +345,7 @@ export class UmbPropertyElement extends UmbLitElement {
? html`<uui-tag look="secondary" slot="description">${this._variantDifference}</uui-tag>`
: ''}
<div id="editor" slot="editor">
${this._isReadOnly ? html`<div id="overlay"></div>` : nothing} ${this._isReadOnly} ${this._element}
${this._isReadOnly ? html`<div id="overlay"></div>` : nothing}${this._element}
</div>
</umb-property-layout>
`;