remove test attr

This commit is contained in:
Niels Lyngsø
2023-03-16 11:31:47 +01:00
parent 2292d993e3
commit aac72b270c

View File

@@ -89,7 +89,6 @@ export class UmbSectionViewsElement extends UmbLitElement {
<uui-tab
.label="${view.meta.label || view.name}"
href="${this.routerPath}/view/${view.meta.pathname}"
data-active=${this.activePath}
?active="${this.activePath === 'view/' + view.meta.pathname}">
<uui-icon slot="icon" name=${view.meta.icon}></uui-icon>
${view.meta.label || view.name}