Skip to content

Commit

Permalink
Changed: sortorder to descending
Browse files Browse the repository at this point in the history
  • Loading branch information
cihanandac committed May 6, 2024
1 parent ba3b10e commit e79aa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/blocks/Search/SortOn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SortOn = (props) => {
const {
data = {},
sortOn = null,
sortOrder = null,
sortOrder = 'descending',
setSortOn,
setSortOrder,
isEditMode,
Expand Down

0 comments on commit e79aa1f

Please sign in to comment.