Trying to improve dockerfile cacheing
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
autocomplete="off"
|
||||
/>
|
||||
<mat-autocomplete #auto="matAutocomplete" autoActiveFirstOption [displayWith]="displayFn">
|
||||
@for (account of accounts(); track account) {
|
||||
@for (account of accounts(); track account.id) {
|
||||
<mat-option [value]="account">{{ account.name }}</mat-option>
|
||||
}
|
||||
</mat-autocomplete>
|
||||
|
||||
Reference in New Issue
Block a user