1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 03:03:26 +00:00

default weakness sort to descending order (PM-31164) (#18719)

This commit is contained in:
Alex
2026-02-02 15:49:11 -05:00
committed by GitHub
parent 5a397fb44e
commit 8ceb28f2b9

View File

@@ -54,7 +54,7 @@
{{ "owner" | i18n }}
</th>
}
<th bitCell class="tw-text-right" bitSortable="scoreKey" default>
<th bitCell class="tw-text-right" bitSortable="scoreKey" default="desc">
{{ "weakness" | i18n }}
</th>
</ng-container>