Skip to content

Commit

Permalink
[AAE-15294] add missing token class to cloud group component (#9293)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 committed Jan 30, 2024
1 parent 3aaf8f1 commit a54b2bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
data-automation-id="adf-cloud-group-autocomplete">
<ng-container *ngIf="(searchGroups$ | async)?.length else noResults">
<mat-option *ngFor="let group of searchGroups$ | async; let i = index" [value]="group"
[attr.data-automation-id]="'adf-cloud-group-chip-' + group.name">
[attr.data-automation-id]="'adf-cloud-group-chip-' + group.name"
class="adf-cloud-group-option-active">
<div
class="adf-cloud-group-row"
id="adf-group-{{i}}"
Expand Down

0 comments on commit a54b2bd

Please sign in to comment.