Skip to content

Commit 3d0ad2d

Browse files
committed
remove sort by reported trait
1 parent a5f8e10 commit 3d0ad2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/feature/study/pages/study-search/study-search.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h3>Search parameters</h3>
159159
</ng-container>
160160

161161
<ng-container matColumnDef="reportedTrait">
162-
<th mat-header-cell *matHeaderCellDef mat-sort-header> REPORTED TRAITS</th>
162+
<th mat-header-cell *matHeaderCellDef> REPORTED TRAITS</th>
163163
<td mat-cell *matCellDef="let row">{{row?.reportedTrait || 'NA'}}</td>
164164
</ng-container>
165165

0 commit comments

Comments
 (0)