Skip to content

Commit

Permalink
fixing wrong header of exclude participants table in view experiment (#…
Browse files Browse the repository at this point in the history
…1354)

Co-authored-by: danoswaltCL <[email protected]>
  • Loading branch information
Yagnik56 and danoswaltCL authored Mar 11, 2024
1 parent 5766874 commit a48eb18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
<!-- Type Column -->
<ng-container matColumnDef="participantsType">
<mat-header-cell class="ft-12-700" *matHeaderCellDef>
{{ 'home.view-experiment-global.experiment-site.text' | translate }}
{{ 'segments.global-members-type.text' | translate }}
</mat-header-cell>
<mat-cell class="ft-12-600" *matCellDef="let data">
<span *ngIf="data.participant_Type?.length < 50; else participantType">
Expand All @@ -838,7 +838,7 @@
<!-- Name/Id Column -->
<ng-container matColumnDef="participantsId">
<mat-header-cell class="ft-12-700" *matHeaderCellDef>
{{ 'home.view-experiment-global.experiment-target.text' | translate }}
{{ 'segments.global-members-id/name.text' | translate }}
</mat-header-cell>
<mat-cell class="ft-12-600" *matCellDef="let data">
<span *ngIf="data.participant_id?.length < 50; else participantId">
Expand Down

0 comments on commit a48eb18

Please sign in to comment.