Skip to content

Commit 4d76bd9

Browse files
committed
Initialize all team filters as selected
1 parent 863bdd0 commit 4d76bd9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/component/circular-heatmap/circular-heatmap.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,9 @@ <h2>Nothing to show</h2>
230230
<mat-chip
231231
#c="matChip"
232232
*ngFor="let team of teamList"
233-
(click)="toggleTeamSelection(c)">
233+
(click)="toggleTeamSelection(c)"
234+
selected
235+
>
234236
{{ team }}
235237
</mat-chip>
236238
</mat-chip-list>

0 commit comments

Comments
 (0)