Skip to content

Commit

Permalink
SED-3327 fixed issue with select plan type dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
neogucky committed Sep 12, 2024
1 parent 6ff17c2 commit 83f251c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<step-label>Plan type</step-label>
<mat-select [(ngModel)]="template">
@for (item of artefactTypes$ | async; track item) {
<mat-option>{{ item }}</mat-option>
<mat-option [value]="item">{{ item }}</mat-option>
}
</mat-select>
</step-form-field>
Expand Down

0 comments on commit 83f251c

Please sign in to comment.