diff --git a/ui/stash.go b/ui/stash.go index d975b27..91fefad 100644 --- a/ui/stash.go +++ b/ui/stash.go @@ -390,8 +390,8 @@ func newStashModel(common *commonModel) stashModel { filterInput: si, serverPage: 1, sections: s, - sortAscending: true, // Initialize with sortAscending sort - sortByDate: false, // Initialize with title sort + sortAscending: true, + sortByDate: false, } return m