Skip to content

Commit

Permalink
restore default sort-order
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Andersson committed Aug 23, 2024
1 parent 7ff0588 commit 1b719ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adverts/components/listings/AdvertsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const AdvertsView: FC = () => (
prefix=""
defaultSearchParams={{
restrictions: { canBeReserved: true },
sorting: { field: 'title', ascending: true },
sorting: { field: 'createdAt', ascending: false },
}}
/>
)

0 comments on commit 1b719ec

Please sign in to comment.