optimize song usage
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<mat-option>
|
||||
<ngx-mat-select-search [formControl]="filteredSongsControl"></ngx-mat-select-search>
|
||||
</mat-option>
|
||||
@for (song of filteredSongs(); track song) {
|
||||
@for (song of filteredSongs(); track song.id) {
|
||||
<mat-option [value]="song.id">{{ song.title }}</mat-option>
|
||||
}
|
||||
</mat-select>
|
||||
|
||||
Reference in New Issue
Block a user