Skip to content

Commit

Permalink
Merge pull request #377 from vishnubansaltarento/cbp-creation-sprint-10
Browse files Browse the repository at this point in the history
Cbp creation sprint 10
  • Loading branch information
abhishek-K-P authored Jan 5, 2024
2 parents 66260e4 + c711326 commit e4b8249
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="category-box">
<mat-form-field appearance="outline">
<mat-select
[(ngModel)]="selectedValue">
[(ngModel)]="selectedValue" (selectionChange)="showDialogBox($event.value)">
<mat-option *ngFor="let item of categoryData"
[value]="item?.value">
{{item?.name}}
Expand Down

0 comments on commit e4b8249

Please sign in to comment.