We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4339ee commit d5fb2c4Copy full SHA for d5fb2c4
1 file changed
src/app/component/circular-heatmap/circular-heatmap.component.html
@@ -189,7 +189,7 @@ <h2>Nothing to show</h2>
189
<div class="right-panel">
190
<div class="team-filter">
191
<mat-form-field class="team-chip-list">
192
- <mat-label>Team Filter</mat-label>
+ <mat-label>Team Group Filter</mat-label>
193
<mat-chip-list selectable>
194
<mat-chip
195
#c="matChip"
@@ -203,6 +203,11 @@ <h2>Nothing to show</h2>
203
(click)="toggleTeamSelection(c)">
204
{{ group.key }}
205
</mat-chip>
206
+ </mat-chip-list>
207
+ </mat-form-field>
208
+ <mat-form-field>
209
+ <mat-label>Team Filter</mat-label>
210
+ <mat-chip-list selectable>
211
212
213
*ngFor="let team of teamList"
0 commit comments