Fixes regression with hidden tab labels in the Content Editor (#20140)

Fixes regression with hidden tabs in the Content Editor

Regression occurred in #19255, originally fixed in #19370.
This commit is contained in:
Lee Kelleher
2025-09-16 09:15:56 +02:00
committed by GitHub
parent 343a07de71
commit 9aa9d4499f

View File

@@ -201,7 +201,7 @@ export class UmbContentWorkspaceViewEditElement extends UmbLitElement implements
fullPath === this._activePath ||
(!this._hasRootGroups && index === 0 && this._routerPath + '/' === this._activePath);
return html`<uui-tab
.label=${this.localize.string(name ?? '#general_unnamed')}
label=${this.localize.string(name ?? '#general_unnamed')}
.active=${active}
href=${fullPath}
data-mark="content-tab:${path}"