Skip to content
Snippets Groups Projects
Commit 72b2872b authored by rhenck's avatar rhenck
Browse files

[editor] Remove unused tab label

This label is defined by the template below.
parent ea66c46b
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
<mat-tab-group mat-align-tabs="start" class="mat-tab-fill-height"
[selectedIndex]="unitService.selectedPageIndex | async"
(selectedIndexChange)="unitService.updatePageSelection($event)">
<mat-tab *ngFor="let page of (unitService.unit | async)!.pages; let i = index" label="Seite {{i+1}}">
<mat-tab *ngFor="let page of (unitService.unit | async)!.pages; let i = index">
<ng-template mat-tab-label>
<mat-icon *ngIf="page.alwaysVisible" class="page-alwaysVisible-icon">assignment</mat-icon>
{{page.label}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment