mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-03 14:17:08 +00:00
Merge 75f7f9d1d7
into ad56019901
This commit is contained in:
commit
510c2a9056
@ -25,7 +25,7 @@ struct StoreListView: View {
|
||||
if store.secrets.isEmpty {
|
||||
EmptyStoreView(store: store, activeSecret: $activeSecret)
|
||||
} else {
|
||||
ForEach(store.secrets) { secret in
|
||||
ForEach(store.secrets.sorted(by: { $0.name < $1.name })) { secret in
|
||||
SecretListItemView(
|
||||
store: store,
|
||||
secret: secret,
|
||||
|
Loading…
Reference in New Issue
Block a user