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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user