remove duplicate tag

This commit is contained in:
Mads Rasmussen
2025-04-01 10:17:37 +02:00
parent 302b58e513
commit 0ab024d7c1

View File

@@ -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>