remove duplicate tag
This commit is contained in:
@@ -315,11 +315,6 @@ export class UmbContentTypeDesignEditorPropertyElement extends UmbLitElement {
|
||||
<uui-icon name="icon-shuffle"></uui-icon> ${this.localize.term('contentTypeEditor_segmentVariantLabel')}
|
||||
</uui-tag>`
|
||||
: nothing}
|
||||
${this.property.variesBySegment
|
||||
? html`<uui-tag look="default">
|
||||
<uui-icon name="icon-shuffle"></uui-icon> ${this.localize.term('contentTypeEditor_segmentVariantLabel')}
|
||||
</uui-tag>`
|
||||
: nothing}
|
||||
${this.property.appearance?.labelOnTop == true
|
||||
? html`<uui-tag look="default">
|
||||
<span>${this.localize.term('contentTypeEditor_displaySettingsLabelOnTop')}</span>
|
||||
|
||||
Reference in New Issue
Block a user