remove temp debug label
This commit is contained in:
@@ -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>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user