Trying to improve dockerfile cacheing

This commit is contained in:
2026-09-18 02:37:11 +00:00
parent c32db91535
commit 68ccc25652
3 changed files with 16 additions and 12 deletions
@@ -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>