Skip to content

Commit 268e0c3

Browse files
authored
remove sorting by status from global exclude list (#2476)
1 parent ded48f2 commit 268e0c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/projects/upgrade/src/app/features/dashboard/segments/pages/segment-root-page/segment-root-page-content/segment-global-section-card/segment-global-section-card-table/segment-global-section-card-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<!-- Status Column -->
3939
<ng-container [matColumnDef]="SEGMENT_ROOT_COLUMN_NAMES.STATUS">
40-
<th mat-header-cell *matHeaderCellDef mat-sort-header class="status-column ft-14-600">
40+
<th mat-header-cell *matHeaderCellDef class="status-column ft-14-600">
4141
{{ SEGMENT_TRANSLATION_KEYS.STATUS | translate }}
4242
</th>
4343
<td mat-cell *matCellDef="let segment" class="status-column ft-14-400">

0 commit comments

Comments
 (0)