Skip to content

Commit

Permalink
Fix default column sort
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-livefront committed Dec 30, 2024
1 parent 3bebfab commit fa51b93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>{{ "devices" | i18n }}</h1>
[class]="col.headerClass"
bitCell
[bitSortable]="col.sortable ? col.name : null"
[default]="col.name === 'displayName' ? 'desc' : null"
[default]="col.name === 'loginStatus' ? 'desc' : null"
scope="col"
role="columnheader"
>
Expand Down

0 comments on commit fa51b93

Please sign in to comment.