fix: acc state

This commit is contained in:
2025-06-13 12:24:05 +02:00
parent 4aedf3a8c3
commit 14f355df53
8 changed files with 156 additions and 34 deletions

View File

@@ -17,7 +17,7 @@
<mat-form-field appearance="outline" color="accent">
<mat-label>Grupy</mat-label>
<mat-select multiple formControlName="groups">
@for (item of groups; track $index) {
@for (item of adsyn.groups; track $index) {
<mat-option [value]="item._id">{{item.name}}</mat-option>
}
</mat-select>