Skip to content

Commit

Permalink
347009372: (feat) add selector for profile options for GA4 (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMardvilko authored Jul 15, 2024
1 parent 619686a commit e2cfbff
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
<mat-select-trigger>
{{ selectedProfile }}
</mat-select-trigger>
<mat-option *ngFor="let profile of profiles" [value]="profile.name">
<mat-option
*ngFor="let profile of profiles"
[value]="profile.name"
class="profile-item-option">
<div class="select-container">
<span
*ngIf="profile.risk"
Expand Down

0 comments on commit e2cfbff

Please sign in to comment.