Skip to content

Commit

Permalink
fix: change results order
Browse files Browse the repository at this point in the history
  • Loading branch information
viktar-dzmitryieu-tao committed May 28, 2024
1 parent 17d7a11 commit 7d68e23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/js/component/results/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ define([
filter: self.config.searchable,
labels: {
filter: __('Search by delivery results')
}
},
sortby: 'timestamp',
sortorder: 'desc'
});
})
.catch(function (err) {
Expand Down

0 comments on commit 7d68e23

Please sign in to comment.